changed the footer style

This commit is contained in:
hyung-hwan 2015-01-30 13:41:46 +00:00
parent 69566d8317
commit 802a0bd142

View File

@ -530,12 +530,13 @@ pre.prettyprint li.L9 { background: #eee }
.content .footer { .content .footer {
clear: both; clear: both;
padding: 0.3em 0.5em 0.3em 0.5em; padding: 0.3em 0.5em 0.3em 0.5em;
font-size: .8em; font-size: 1em;
font-weight: bold; /*font-weight: bold;*/
font-style: italic; font-style: italic;
text-align: right; text-align: right;
color: #FFFFFF; color: #FFFFFF;
background-color: #4665A2; background-color: #4665A2;
line-height: 1.5em;
} }
.content .footer a { .content .footer a {