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
26b999b7
Commit
26b999b7
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
no need for margin-top on .typeahead, it's set on .dropdown-menu
parent
19a94d08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-1
docs/assets/css/bootstrap.css
less/dropdowns.less
+0
-1
less/dropdowns.less
with
0 additions
and
2 deletions
+0
-2
docs/assets/css/bootstrap.css
+
0
-
1
View file @
26b999b7
...
@@ -2462,7 +2462,6 @@ table th[class*="span"] {
...
@@ -2462,7 +2462,6 @@ table th[class*="span"] {
.typeahead
{
.typeahead
{
z-index
:
1051
;
z-index
:
1051
;
margin-top
:
2px
;
}
}
.well
{
.well
{
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
0
-
1
View file @
26b999b7
...
@@ -216,5 +216,4 @@
...
@@ -216,5 +216,4 @@
// ---------
// ---------
.typeahead {
.typeahead {
z-index: 1051;
z-index: 1051;
margin-top: 2px; // give it some space to breathe
}
}
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