From 55dfd3a9b6f70859ebcdcd7c6cdbbd7dd480a779 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Thu, 27 Mar 2014 21:47:50 +0800 Subject: [PATCH] replace blue with gray; limit navbar width; smaller fonts around title 11px for small fonts --- public/stylesheets/responsive.css | 3 ++- public/stylesheets/style.css | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 3638670e43..a102093160 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -92,7 +92,8 @@ bottom: 0; left: 50px; text-align: left; - line-height: 1em; + line-height: 2em; + font-size: 10px; } .topic_title_wrapper{ padding-left: 40px; diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b6a49eb4d9..ef17624656 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -43,7 +43,7 @@ body { line-height: 2em; } #content .changes { - font-size: 12px; + font-size: 11px; margin-top: 10px; margin-left: 10px; color: rgb(131, 131, 131); @@ -189,7 +189,7 @@ a.light:hover { font-size: 10px; } .cell .count_of_visits { - font-size: 11px; + font-size: 10px; } .cell .cell { padding: 10px 0px 0px 10px; @@ -211,9 +211,10 @@ a.light:hover { padding: 10px; } .last_time { - font-size: 13px; + font-size: 11px; display: inline-block; margin-left: 20px; + color: #777; } .last_time .user_small_avatar { height: 18px; @@ -399,6 +400,7 @@ a.user_avatar:hover { } .reply_time { margin-left: 1em; + font-size: 11px; } .cell .anchor { position: absolute; @@ -615,6 +617,7 @@ textarea[id^=wmd-input] { width: 100%; min-width: 960px; margin: 0px auto; + max-width: 1400px; } .navbar .brand { padding: 4px 0px 0px 20px;