Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
270af4dd
Commit
270af4dd
authored
Aug 13, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #9431: specify font-size in dropdown menus to avoid inheritance issues
parent
9a3aa9f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
dist/css/bootstrap.css
dist/css/bootstrap.css
+1
-0
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/dropdowns.less
less/dropdowns.less
+1
-0
No files found.
dist/css/bootstrap.css
View file @
270af4dd
...
@@ -2420,6 +2420,7 @@ textarea.input-group-lg > .input-group-btn > .btn {
...
@@ -2420,6 +2420,7 @@ textarea.input-group-lg > .input-group-btn > .btn {
min-width
:
160px
;
min-width
:
160px
;
padding
:
5px
0
;
padding
:
5px
0
;
margin
:
2px
0
0
;
margin
:
2px
0
0
;
font-size
:
14px
;
list-style
:
none
;
list-style
:
none
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border
:
1px
solid
#cccccc
;
border
:
1px
solid
#cccccc
;
...
...
dist/css/bootstrap.min.css
View file @
270af4dd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/dropdowns.less
View file @
270af4dd
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
padding: 5px 0;
padding: 5px 0;
margin: 2px 0 0; // override default ul
margin: 2px 0 0; // override default ul
list-style: none;
list-style: none;
font-size: @font-size-base;
background-color: @dropdown-bg;
background-color: @dropdown-bg;
border: 1px solid @dropdown-fallback-border; // IE8 fallback
border: 1px solid @dropdown-fallback-border; // IE8 fallback
border: 1px solid @dropdown-border;
border: 1px solid @dropdown-border;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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