aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 15:09:23 -0800
committerMark Otto <[email protected]>2012-01-28 15:09:23 -0800
commit23e076c1bb73c4950d473cb36218937b2607bc13 (patch)
tree4039a74e582bd3fb05f0dd5ed7f5b454446ff5e7 /less/bootstrap.less
parentdc74530fba5ba8fee19da7e53ad324718ac07a46 (diff)
downloadbootstrap-23e076c1bb73c4950d473cb36218937b2607bc13.tar.xz
bootstrap-23e076c1bb73c4950d473cb36218937b2607bc13.zip
add in a navbar button for toggling the nav items
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 3dad408c9..ea84f4899 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -33,6 +33,11 @@
@import "component-animations.less";
@import "close.less";
+// Components: Buttons & Alerts
+@import "buttons.less";
+@import "button-groups.less";
+@import "alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
+
// Components: Nav
@import "navs.less";
@import "navbar.less";
@@ -45,11 +50,6 @@
@import "tooltip.less";
@import "popovers.less";
-// Components: Buttons & Alerts
-@import "buttons.less";
-@import "button-groups.less";
-@import "alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
-
// Components: Misc
@import "thumbnails.less";
@import "labels.less";