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
7d649c9d
Commit
7d649c9d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5430
: scope link styles in .dropdown-menu to .dropdown-menu li > a
parent
3726ce24
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/dropdowns.less
+1
-1
less/dropdowns.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
7d649c9d
...
...
@@ -2808,7 +2808,7 @@ table th[class*="span"],
border-bottom
:
1px
solid
#ffffff
;
}
.dropdown-menu
a
{
.dropdown-menu
li
>
a
{
display
:
block
;
padding
:
3px
20px
;
clear
:
both
;
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
1
-
1
View file @
7d649c9d
...
...
@@ -72,7 +72,7 @@
}
// Links within the dropdown menu
a {
li >
a {
display: block;
padding: 3px 20px;
clear: both;
...
...
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