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
96542f14
Commit
96542f14
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4540
: adjust vertical alignment of .btn-group in .navbar
parent
12d5c88c
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 @
96542f14
...
@@ -4163,7 +4163,7 @@ input[type="submit"].btn.btn-mini {
...
@@ -4163,7 +4163,7 @@ input[type="submit"].btn.btn-mini {
.navbar
.btn
,
.navbar
.btn
,
.navbar
.btn-group
{
.navbar
.btn-group
{
margin-top
:
6
px
;
margin-top
:
5
px
;
}
}
.navbar
.btn-group
.btn
{
.navbar
.btn-group
.btn
{
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
1
View file @
96542f14
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
// -------------------------
// -------------------------
.navbar .btn,
.navbar .btn,
.navbar .btn-group {
.navbar .btn-group {
.navbarVerticalAlign(
28
px); // Vertically center in navbar
.navbarVerticalAlign(
30
px); // Vertically center in navbar
}
}
.navbar .btn-group .btn {
.navbar .btn-group .btn {
margin-top: 0; // then undo the margin here so we don't accidentally double it
margin-top: 0; // then undo the margin here so we don't accidentally double it
...
...
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