aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-19 20:01:03 -0700
committerMark Otto <[email protected]>2012-06-19 20:01:03 -0700
commitce140662a0a52d8ff2cd1acee4a57591d336249d (patch)
tree414932c1dc2f36328c70b82569bd0eb91e3f9e61 /less
parent9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e (diff)
downloadbootstrap-ce140662a0a52d8ff2cd1acee4a57591d336249d.tar.xz
bootstrap-ce140662a0a52d8ff2cd1acee4a57591d336249d.zip
remove unused container reset
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 4f204d1af..bc9fe1e93 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -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);