aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 16:14:41 -0800
committerMark Otto <[email protected]>2013-01-16 16:14:41 -0800
commit9ba14cfb7c0daa75453fd226d09198ffec142b1b (patch)
treeb3d943148bab1e5776f2e8ec564d15760207b380 /less/bootstrap.less
parent960804cea397d5616918341eaec41a384976c20e (diff)
downloadbootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.tar.xz
bootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.zip
More navbar derping
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less32
1 files changed, 0 insertions, 32 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 2fd0b8438..3150af677 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -91,38 +91,6 @@
max-width: 940px;
}
- .navbar {
- padding-top: 0;
- padding-bottom: 0;
- }
- .navbar .brand {
- float: left;
- padding-top: 11px;
- padding-bottom: 11px;
- margin-left: -15px;
- }
- .navbar .nav {
- overflow: hidden; /* clearfix */
- margin-top: 0; /* undo top margin to make nav extend full height of navbar */
- }
- .navbar .nav > li {
- float: left;
- }
- .navbar .nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- }
-
- /* Required to make the collapsing navbar work on regular desktops */
- .navbar .btn-navbar {
- display: none;
- }
- .nav-collapse.collapse {
- float: left;
- height: auto !important;
- overflow: visible !important;
- }
-
}
// Responsive: Large desktops and up