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
ee3fc11a
Commit
ee3fc11a
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#2617
: add negative margin to fixed-bottom navbar
parent
2729d157
2 merge requests
!2929
Responsive video - from zurp's foundation
,
!2875
2.0.3 wip
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap-responsive.css
+2
-1
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less
+2
-1
less/responsive-767px-max.less
with
4 additions
and
2 deletions
+4
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
ee3fc11a
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap-responsive.css
+
2
-
1
View file @
ee3fc11a
...
...
@@ -140,7 +140,8 @@
padding-left
:
20px
;
padding-right
:
20px
;
}
.navbar-fixed-top
{
.navbar-fixed-top
,
.navbar-fixed-bottom
{
margin-left
:
-20px
;
margin-right
:
-20px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/responsive-767px-max.less
+
2
-
1
View file @
ee3fc11a
...
...
@@ -75,7 +75,8 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
...
...
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