From c582496790265d65e7c2c8c018bfab98db09decf Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Thu, 2 Apr 2015 23:40:03 +0900 Subject: [PATCH] CSS Combed --- static/css/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index f6c334d..e2ff255 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -11,10 +11,10 @@ main { .header-text { position: relative; + padding-bottom: 1px; height: 100%; background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.9); - padding-bottom: 1px; } .header-text .tag-line { @@ -182,19 +182,19 @@ a.btn-back { } .author-avatar img { - width: 100px; - height: 100px; max-width: 100px; max-height: 100px; + width: 100px; + height: 100px; border-radius: 50px; } .author-contact { position: relative; display: inline-block; + padding-top: 10px; height: 100px; text-align: center; - padding-top: 10px; } .author-contact a { @@ -206,12 +206,12 @@ a.btn-back { text-decoration: none; font-weight: 300; font-size: 13px; - transition: background-color,border-color,color 0.1s linear + transition: background-color,border-color,color 0.1s linear; } .author-contact a:hover { - background-color: rgba(51, 122, 183, 1.0); border: 1px solid rgba(51, 122, 182, 1.0); + background-color: rgba(51, 122, 183, 1.0); color: rgba(255, 255, 255, 1.0); } @@ -236,7 +236,7 @@ blockquote { } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { - font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif; !important + font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif; !important; } article img {