Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
dcf7cc08
Commit
dcf7cc08
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#7783
: nuke bottom margin on fixed-bottom-navbar
parent
7d41a387
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/navbar.less
+8
-3
less/navbar.less
with
9 additions
and
3 deletions
+9
-3
docs/assets/css/bootstrap.css
+
1
-
0
View file @
dcf7cc08
...
...
@@ -3578,6 +3578,7 @@ button.close {
.navbar-fixed-bottom
{
bottom
:
0
;
margin-bottom
:
0
;
}
.navbar-brand
{
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
8
-
3
View file @
dcf7cc08
...
...
@@ -67,8 +67,13 @@
z-index: @zindex-navbar-fixed;
border-radius: 0;
}
.navbar-fixed-top { top: 0; }
.navbar-fixed-bottom { bottom: 0; }
.navbar-fixed-top {
top: 0;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0; // override .navbar defaults
}
...
...
@@ -262,7 +267,7 @@
//
Invers
e navbar
//
Responsiv
e navbar
// --------------------------------------------------
@media screen and (min-width: @screen-tablet) {
...
...
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
Menu
Explore
Projects
Groups
Snippets