diff options
| author | Mark Otto <[email protected]> | 2013-08-13 13:16:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 13:16:56 -0700 |
| commit | 270af4dda31692eb22d48d56db5c98a0c89f4c28 (patch) | |
| tree | a541950bed844f8519cdaf26c05ab46bf4d2c8e8 /less/dropdowns.less | |
| parent | 9a3aa9f1defcdf5f7a1dc0bcb9dca0f0e2d675bf (diff) | |
| download | bootstrap-270af4dda31692eb22d48d56db5c98a0c89f4c28.tar.xz bootstrap-270af4dda31692eb22d48d56db5c98a0c89f4c28.zip | |
fixes #9431: specify font-size in dropdown menus to avoid inheritance issues
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index af14bf9e9..055d76717 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -33,6 +33,7 @@ padding: 5px 0; margin: 2px 0 0; // override default ul list-style: none; + font-size: @font-size-base; background-color: @dropdown-bg; border: 1px solid @dropdown-fallback-border; // IE8 fallback border: 1px solid @dropdown-border; |
