From 0ab04a77e7edb63bd87889a4361549ef554a96d6 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sat, 13 Feb 2010 17:37:58 -0600 Subject: Fixed up the bot a ton, rewrote it from scratch --- conf/stylesheet.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'conf/stylesheet.css') diff --git a/conf/stylesheet.css b/conf/stylesheet.css index 6842b73..17318bd 100644 --- a/conf/stylesheet.css +++ b/conf/stylesheet.css @@ -4,12 +4,18 @@ body { font-size: 13px; } -.time { +h1 { + font-family: sans-serif; + font-size: 24px; + text-align: center; +} + +a, .time { color: #525552; text-decoration: none; } -.time:hover { text-decoration: underline; } +a:hover, .time:hover { text-decoration: underline; } .person { color: #DD1144; } -- cgit v1.2.3-54-g00ecf