From d3bc7876fef3444b50e1a91cad26bf17ed6babdc Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Mon, 23 Feb 2015 22:10:27 +0900 Subject: [PATCH] Add style for author name/bio/avatar --- static/css/main.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index f175f0f..2c2892a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -165,6 +165,26 @@ a.btn-back { text-align: center; } +.author-info { + padding: 25px 0; + border-top: 1px solid rgba(0, 0, 0, 0.2); + border-bottom: 1px solid rgba(0, 0, 0, 0.2); +} + +.author-name { + margin: 0 0 5px 0; + font-size: 30px; +} + +.author-bio { + color: rgba(0, 0, 0, 0.5); +} + +.author-avatar img { + width: 100px; + height: 100px; + border-radius: 50px; +} /* Override some of Bootstrap's styles */ pre {