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
3bb5644c
Commit
3bb5644c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fix alignment of navbar header in fixed navbars
parent
afdaa0e6
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+4
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/navbar.less
+4
-0
less/navbar.less
with
9 additions
and
1 deletion
+9
-1
dist/css/bootstrap.css
+
4
-
0
View file @
3bb5644c
...
@@ -3295,6 +3295,10 @@ button.close {
...
@@ -3295,6 +3295,10 @@ button.close {
.navbar-fixed-bottom
{
.navbar-fixed-bottom
{
border-radius
:
0
;
border-radius
:
0
;
}
}
.navbar-fixed-top
.navbar-header
,
.navbar-fixed-bottom
.navbar-header
{
margin-left
:
-15px
;
}
}
}
.navbar-fixed-top
{
.navbar-fixed-top
{
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
3bb5644c
This diff is collapsed.
Click to expand it.
less/navbar.less
+
4
-
0
View file @
3bb5644c
...
@@ -112,6 +112,10 @@
...
@@ -112,6 +112,10 @@
// Undo the rounded corners
// Undo the rounded corners
@media (min-width: @grid-float-breakpoint) {
@media (min-width: @grid-float-breakpoint) {
border-radius: 0;
border-radius: 0;
.navbar-header {
margin-left: -@navbar-padding-horizontal;
}
}
}
}
}
.navbar-fixed-top {
.navbar-fixed-top {
...
...
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