Commit ce140662 authored by Mark Otto's avatar Mark Otto

remove unused container reset

parent 9df832b4
......@@ -215,9 +215,7 @@
float: left;
margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
.container {
width: 724px;
}
.span12 {
......@@ -451,9 +449,7 @@
float: left;
margin-left: 30px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
.container {
width: 1170px;
}
.span12 {
......
......@@ -194,9 +194,7 @@ a:hover {
margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
.container {
width: 940px;
}
......
......@@ -578,9 +578,7 @@
}
// Set the container width, and override it for fixed navbars in media queries
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container { .span(@gridColumns); }
.container { .span(@gridColumns); }
// generate .spanX and .offsetX
.spanX (@gridColumns);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment