From 802a0bd142ba754bd56806d4483fe6cdc3311bab Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 30 Jan 2015 13:41:46 +0000 Subject: [PATCH] changed the footer style --- codepot/src/css/common.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index ceef4f6c..0d248c1a 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -530,12 +530,13 @@ pre.prettyprint li.L9 { background: #eee } .content .footer { clear: both; padding: 0.3em 0.5em 0.3em 0.5em; - font-size: .8em; - font-weight: bold; + font-size: 1em; + /*font-weight: bold;*/ font-style: italic; text-align: right; color: #FFFFFF; background-color: #4665A2; + line-height: 1.5em; } .content .footer a {