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
bf3a5df3
Commit
bf3a5df3
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#5930
: redeclare font-size for popoves in btn-groups
parent
783120df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-1
docs/assets/css/bootstrap.css
less/button-groups.less
+2
-1
less/button-groups.less
with
4 additions
and
2 deletions
+4
-2
docs/assets/css/bootstrap.css
+
2
-
1
View file @
bf3a5df3
...
...
@@ -3591,7 +3591,8 @@ input[type="submit"].btn.btn-mini {
}
.btn-group
>
.btn
,
.btn-group
>
.dropdown-menu
{
.btn-group
>
.dropdown-menu
,
.btn-group
>
.popover
{
font-size
:
14px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/button-groups.less
+
2
-
1
View file @
bf3a5df3
...
...
@@ -40,7 +40,8 @@
margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
.btn-group > .dropdown-menu,
.btn-group > .popover {
font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
}
...
...
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