set a smaller line height for sidebox headers to avoid whitespace at the top
Change-Id: I8f1c4de275f3d7b2f55460bf4dc32a9a3d6b04ae
This commit is contained in:
parent
c9e142e62d
commit
2c2c053490
|
@ -1900,6 +1900,7 @@ EndColorStr='#ececec');
|
|||
.sidebox h5 {
|
||||
font-weight:bold;
|
||||
margin:0 0 10px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.sidebox * {
|
||||
|
|
Loading…
Reference in New Issue