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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cccd9f1a6..682b6d530 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2420,6 +2420,7 @@ textarea.input-group-lg > .input-group-btn > .btn { min-width: 160px; padding: 5px 0; margin: 2px 0 0; + font-size: 14px; list-style: none; background-color: #ffffff; border: 1px solid #cccccc; |
