Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1ea09b75
Commit
1ea09b75
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #5163: add new var for navbar collapse's default view, use that in responsive navbar css
parent
6e25aacc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/responsive-navbar.less
+1
-1
less/responsive-navbar.less
less/variables.less
+1
-0
less/variables.less
with
2 additions
and
1 deletion
+2
-1
less/responsive-navbar.less
+
1
-
1
View file @
1ea09b75
...
...
@@ -166,7 +166,7 @@
// DEFAULT DESKTOP
// ---------------
@media (min-width:
980px
) {
@media (min-width:
@navbarCollapseDesktopWidth
) {
// Required to make the collapsing navbar work on regular desktops
.nav-collapse.collapse {
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
0
View file @
1ea09b75
...
...
@@ -157,6 +157,7 @@
// Navbar
// -------------------------
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 40px;
@navbarBackgroundHighlight: #ffffff;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment