remove unused container reset

This commit is contained in:
Mark Otto
2012-06-19 20:01:03 -07:00
parent 9df832b4bb
commit ce140662a0
3 changed files with 4 additions and 12 deletions

View File

@@ -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);