diff options
| author | Mark Otto <[email protected]> | 2013-08-17 13:18:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 13:18:10 -0700 |
| commit | 82f6f08f89ab8b86aa2d5b175493e24d1f4329cb (patch) | |
| tree | 4434cd7ce5ca8cd97a7703a266215b0764572b54 /dist/css/bootstrap.css | |
| parent | ab700d753c5dd77d278c7ee284b5d4c8250543c2 (diff) | |
| download | bootstrap-82f6f08f89ab8b86aa2d5b175493e24d1f4329cb.tar.xz bootstrap-82f6f08f89ab8b86aa2d5b175493e24d1f4329cb.zip | |
Fixes #9552: Downsize and use whole numbers for panel title to prevent odd 1px bug
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2639bb9a9..7f7fae1aa 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2726,7 +2726,7 @@ a.list-group-item:focus { .panel-title { margin-top: 0; margin-bottom: 0; - font-size: 17.5px; + font-size: 16px; } .panel-title > a { |
