Browse Source

Improve default theme style

Improve default theme style.
pull/9/head
Danang Probo Sayekti 12 years ago
parent
commit
fd15c8bc68
1 changed files with 17 additions and 2 deletions
  1. +17
    -2
      themes/default/css/style.css

+ 17
- 2
themes/default/css/style.css View File

@ -97,6 +97,10 @@ h6 {
text-align:center; text-align:center;
} }
.hide {
display:none;
}
/*------------------------- /*-------------------------
Link Link
--------------------------*/ --------------------------*/
@ -325,6 +329,14 @@ h1.title-post a:hover, h2.title-index a:hover {
margin-top:0; margin-top:0;
} }
.inprofile .bio {
font-size: 14px;
font-style:italic;
border-bottom: 1px solid #EBF2F6;
padding-bottom: 1em;
margin-bottom: 2em;
}
.post-list { .post-list {
font-size: 14px; font-size: 14px;
} }
@ -343,6 +355,10 @@ h1.title-post a:hover, h2.title-index a:hover {
float:left; float:left;
} }
.author-info p {
font-style:italic;
}
.share { .share {
width:140px; width:140px;
margin-right: 1em; margin-right: 1em;
@ -671,5 +687,4 @@ h1.title-post a:hover, h2.title-index a:hover {
width: 100%; width: 100%;
} }
}
}

Loading…
Cancel
Save