diff options
author | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-01 21:13:47 +0200 |
---|---|---|
committer | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-01 21:13:47 +0200 |
commit | 84463718184f208f4192741105711343d06e216f (patch) | |
tree | 73795648b8ba123c8d38f71fd104731d3d2aab69 /styles | |
parent | 75e59caff918ecbc0d8b704da9380a94fa94d2a0 (diff) |
Do some changes to the comments-area
Diffstat (limited to 'styles')
-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; } |