diff options
Diffstat (limited to 'styles/blogthon.css')
-rw-r--r-- | styles/blogthon.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css index 7b76a00..a5ccbbe 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -3,8 +3,8 @@ */ body { - font-family: Verdana, Times New Roman, Courier New; - font-size: 12px; + font-family: Verdana; + font-size: 13px; margin: 0px; min-width: 800px; } @@ -22,6 +22,7 @@ blockquote { margin-bottom: 10px; font-style: italic; color: #AAAAAA; + font-size: 10px; } |