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 /less | |
| 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 'less')
| -rw-r--r-- | less/panels.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less index 6d22dd965..5cd04b3db 100644 --- a/less/panels.less +++ b/less/panels.less @@ -59,7 +59,7 @@ .panel-title { margin-top: 0; margin-bottom: 0; - font-size: (@font-size-base * 1.25); + font-size: ceil((@font-size-base * 1.125)); > a { color: inherit; } |
