]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove unused container reset
authorMark Otto <markotto@twitter.com>
Wed, 20 Jun 2012 03:01:03 +0000 (20:01 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 20 Jun 2012 03:01:03 +0000 (20:01 -0700)
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
less/mixins.less

index 06e55c0b45b2d997138bd186cb1bb5788b882016..c53027343843a5071e6f1718b98a76758cae9e01 100644 (file)
     float: left;
     margin-left: 20px;
   }
-  .container,
-  .navbar-fixed-top .container,
-  .navbar-fixed-bottom .container {
+  .container {
     width: 724px;
   }
   .span12 {
     float: left;
     margin-left: 30px;
   }
-  .container,
-  .navbar-fixed-top .container,
-  .navbar-fixed-bottom .container {
+  .container {
     width: 1170px;
   }
   .span12 {
index 1726c41cb3c160feed8d43c45adbc6a667a0b7e9..56405b5ffa72de712b20e490752dcf27b99b2353 100644 (file)
@@ -194,9 +194,7 @@ a:hover {
   margin-left: 20px;
 }
 
-.container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
+.container {
   width: 940px;
 }
 
index 4f204d1af7baf1612e59578ae0d553ed9bd6a08c..bc9fe1e934617d2c621ea5ece35008aa5a9ab123 100644 (file)
     }
 
     // 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);