aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 15:42:07 -0800
committerJacob Thornton <[email protected]>2012-01-28 15:42:07 -0800
commitb8a683d7f250a11d349a3e5de0d75ace9d67df0c (patch)
tree5a3436730a0d61efd223bc04182dd75b17516cf5 /less
parentea1c21d62d66b929be9fcdf389d4d5835c1e6546 (diff)
downloadbootstrap-b8a683d7f250a11d349a3e5de0d75ace9d67df0c.tar.xz
bootstrap-b8a683d7f250a11d349a3e5de0d75ace9d67df0c.zip
turn off brand hover for now + get nav toggling in mobile
Diffstat (limited to 'less')
-rw-r--r--less/accordion.less4
-rw-r--r--less/navbar.less3
-rw-r--r--less/responsive.less15
3 files changed, 12 insertions, 10 deletions
diff --git a/less/accordion.less b/less/accordion.less
index d5c00238c..1ebd5b1a1 100644
--- a/less/accordion.less
+++ b/less/accordion.less
@@ -1,5 +1,5 @@
-// COLLAPSE
-// --------
+// ACCORDION
+// ---------
// Parent container
diff --git a/less/navbar.less b/less/navbar.less
index a72c0d74e..379cbb56d 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -43,7 +43,6 @@
.navbar {
// Hover and active states
.brand:hover {
- color: @white;
text-decoration: none;
}
// Website or project name
@@ -286,4 +285,4 @@
left: auto;
right: 13px;
}
-}
+} \ No newline at end of file
diff --git a/less/responsive.less b/less/responsive.less
index cc3b2882f..6c3102c14 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -126,12 +126,6 @@
width: auto;
margin: 0;
}
-
- // Navbar button
- .btn-navbar {
- display: block;
- }
-
}
@@ -292,6 +286,15 @@
padding-left: 10px;
padding-right: 10px;
}
+ // Navbar button
+ .btn-navbar {
+ display: block;
+ }
+
+ .nav-collapse {
+ overflow: hidden;
+ height: 0;
+ }
}