CSS fix for default theme.
This commit is contained in:
Danang Probo Sayekti 2014-01-11 17:04:07 +07:00
commit 8f960def21

View file

@ -10,7 +10,7 @@
body { body {
font-family: Georgia, sans-serif, Arial; font-family: Georgia, sans-serif, Arial;
font-size: 16px; font-size: 17px;
line-height: 1.6; line-height: 1.6;
color: #343A3F; color: #343A3F;
padding: 0; padding: 0;
@ -222,6 +222,10 @@ ul li, ol li{
padding-top:2px; padding-top:2px;
} }
#menu ul li:last-child {
margin:0;
}
/*---------------------------- /*----------------------------
Search form Search form
-----------------------------*/ -----------------------------*/
@ -356,6 +360,10 @@ h1.title-post a:hover, h2.title-index a:hover {
Share box Share box
--------------------------*/ --------------------------*/
.separator {
font-size: 20px;
}
.share-box { .share-box {
font-size: 14px; font-size: 14px;
float:left; float:left;