1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02: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

View File

@@ -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 {