Fix posts shorting bug

Fix posts shorting bugs due to multi author.
This commit is contained in:
Danang Probo Sayekti 2014-01-06 18:41:56 +07:00
commit 3fac7e03de
2 changed files with 32 additions and 1 deletions

View file

@ -75,6 +75,30 @@ h2{
margin-bottom: 0.5em;
}
h3{
font: 18px 'Open Sans Condensed', sans-serif;
line-height: 1.2;
margin-bottom: 0.5em;
}
h4{
font: 16px 'Open Sans Condensed', sans-serif;
line-height: 1.2;
margin-bottom: 0.5em;
}
h5{
font: 14px 'Open Sans Condensed', sans-serif;
line-height: 1.2;
margin-bottom: 0.5em;
}
h6{
font: 12px 'Open Sans Condensed', sans-serif;
line-height: 1.2;
margin-bottom: 0.5em;
}
h1.title-post, h2.title-index{
font: 28px 'Open Sans Condensed', sans-serif;
line-height: 1.2;