forked from openkylin/platform_build
am 2c2c0534: set a smaller line height for sidebox headers to avoid whitespace at the top
* commit '2c2c053490aa3a2102c0dce95fcae0d22b77a71b': set a smaller line height for sidebox headers to avoid whitespace at the top
This commit is contained in:
commit
228666956a
|
@ -1900,6 +1900,7 @@ EndColorStr='#ececec');
|
||||||
.sidebox h5 {
|
.sidebox h5 {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
margin:0 0 10px;
|
margin:0 0 10px;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebox * {
|
.sidebox * {
|
||||||
|
|
Loading…
Reference in New Issue