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
cf47ef0b
Commit
cf47ef0b
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #87 from igorbozato/patch-1
.sidebar and .content in fluid layouts don't need to be divs
parents
38999118
9a00619d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/scaffolding.less
+2
-2
lib/scaffolding.less
with
2 additions
and
2 deletions
+2
-2
lib/scaffolding.less
+
2
-
2
View file @
cf47ef0b
...
@@ -67,11 +67,11 @@ div.container {
...
@@ -67,11 +67,11 @@ div.container {
div.container-fluid {
div.container-fluid {
padding: 0 20px;
padding: 0 20px;
.clearfix();
.clearfix();
div
.sidebar {
.sidebar {
float: left;
float: left;
width: 220px;
width: 220px;
}
}
div
.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