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
a367fd49
Commit
a367fd49
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#5925
: Adjust top margin of input group in navbar
parent
88c24973
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 @
a367fd49
...
...
@@ -4384,7 +4384,7 @@ input[type="submit"].btn.btn-mini {
.navbar-form
.input-append
,
.navbar-form
.input-prepend
{
margin-top
:
6
px
;
margin-top
:
5
px
;
white-space
:
nowrap
;
}
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
1
View file @
a367fd49
...
...
@@ -123,7 +123,7 @@
}
.input-append,
.input-prepend {
margin-top:
6
px;
margin-top:
5
px;
white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
input {
margin-top: 0; // remove the margin on top since it's on the parent
...
...
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