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
77e8e2ae
Commit
77e8e2ae
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fix alignment of .navbar-brand
parent
492c2495
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/navbar.less
+1
-1
less/navbar.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
77e8e2ae
...
...
@@ -3373,7 +3373,7 @@ button.close {
float
:
left
;
padding-top
:
15px
;
padding-bottom
:
15px
;
margin-left
:
-1
5
px
;
margin-left
:
-1
0
px
;
}
.navbar
.nav
{
float
:
left
;
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
1
View file @
77e8e2ae
...
...
@@ -278,7 +278,7 @@
float: left;
padding-top: (@navbar-height - @line-height-base) / 2;
padding-bottom: (@navbar-height - @line-height-base) / 2;
margin-left: -1
5
px;
margin-left: -1
0
px;
}
.navbar .nav {
float: left;
...
...
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