2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #9552: Downsize and use whole numbers for panel title to prevent odd 1px bug

This commit is contained in:
Mark Otto
2013-08-17 13:18:10 -07:00
parent ab700d753c
commit 82f6f08f89
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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;
}