aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 21:10:17 -0800
committerMark Otto <[email protected]>2012-01-07 21:10:17 -0800
commitecffa038903412419163c7aed9299a7289ad14ad (patch)
treed4419b97fea7f59cd6a78e3cf5390c664e9242ed /lib
parent95f47026cf55dc029d266e80bb4fab00b85af0e8 (diff)
downloadbootstrap-ecffa038903412419163c7aed9299a7289ad14ad.tar.xz
bootstrap-ecffa038903412419163c7aed9299a7289ad14ad.zip
nuke unused code, add to upgrading page
Diffstat (limited to 'lib')
-rw-r--r--lib/navbar.less34
1 files changed, 0 insertions, 34 deletions
diff --git a/lib/navbar.less b/lib/navbar.less
index b7f223141..8ee203307 100644
--- a/lib/navbar.less
+++ b/lib/navbar.less
@@ -241,37 +241,3 @@
right: 13px;
}
}
-
-
-/* // Dropdowns within the .nav
- .dropdown-toggle:hover,
- .dropdown.open .dropdown-toggle {
- background: #444;
- background: rgba(255,255,255,.05);
- }
- .dropdown-menu {
- background-color: #333;
- .dropdown-toggle {
- color: @white;
- &.open {
- background: #444;
- background: rgba(255,255,255,.05);
- }
- }
- li a {
- padding: 4px 15px;
- color: #999;
- text-shadow: 0 1px 0 rgba(0,0,0,.5);
- &:hover {
- #gradient > .vertical(#292929,#191919);
- color: @white;
- }
- }
- .active a {
- color: @white;
- }
- .divider {
- background-color: #222;
- border-color: #444;
- }
- }*/