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