Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5960afc3
Commit
5960afc3
authored
13 years ago
by
pthrasher
Browse files
Options
Download
Email Patches
Plain Diff
incorporated idea from @markdotto in #138
parent
ce1d1c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/patterns.less
+0
-3
lib/patterns.less
lib/scaffolding.less
+2
-2
lib/scaffolding.less
with
2 additions
and
5 deletions
+2
-5
lib/patterns.less
+
0
-
3
View file @
5960afc3
...
@@ -742,9 +742,6 @@ input[type=submit].btn {
...
@@ -742,9 +742,6 @@ input[type=submit].btn {
.content {
.content {
background-color: @white;
background-color: @white;
padding: 14px;
padding: 14px;
min-width:inherit;
max-width:inherit;
margin:auto;
.border-radius(0 0 3px 3px);
.border-radius(0 0 3px 3px);
.background-clip(padding-box);
.background-clip(padding-box);
p, ul, ol {
p, ul, ol {
...
...
This diff is collapsed.
Click to expand it.
lib/scaffolding.less
+
2
-
2
View file @
5960afc3
...
@@ -90,11 +90,11 @@ body {
...
@@ -90,11 +90,11 @@ body {
.container-fluid {
.container-fluid {
padding: 0 20px;
padding: 0 20px;
.clearfix();
.clearfix();
.sidebar {
>
.sidebar {
float: left;
float: left;
width: 220px;
width: 220px;
}
}
.content {
>
.content {
min-width: 700px;
min-width: 700px;
max-width: 1180px;
max-width: 1180px;
margin-left: 240px;
margin-left: 240px;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment