2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class

This commit is contained in:
Mark Otto
2012-01-07 20:40:28 -08:00
parent 1438b14f74
commit 2948d1c3b2
13 changed files with 1112 additions and 1007 deletions
+3 -4
View File
@@ -135,7 +135,7 @@
// Nav for navbar and topbar
// ul.nav for all topbar based navigation to avoid inheritance issues and over-specificity
.nav {
.navbar .nav {
position: relative;
left: 0;
display: block;
@@ -146,7 +146,6 @@
float: left;
}
a {
display: block;
float: none;
padding: 10px 10px 11px;
line-height: 19px;
@@ -182,7 +181,7 @@
border: 0;
}
}
// Dropdowns within the .nav
/* // Dropdowns within the .nav
.dropdown-toggle:hover,
.dropdown.open .dropdown-toggle {
background: #444;
@@ -213,5 +212,5 @@
background-color: #222;
border-color: #444;
}
}
}*/
}