From 389242747eeb65b5159bb3d7d0f67ffdbf08694c Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Thu, 5 May 2005 06:12:29 +0000 Subject: [PATCH] Small rearrangement in instiki.css --- public/stylesheets/instiki.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index d76fb133..b30d8508 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -21,13 +21,12 @@ body, p, ol, ul, td { } a { color: #000; } +a:visited { color: #666; } +a:hover { color: #fff; background-color:#000; } .newWikiWord { background-color: #eee; } .newWikiWord a:hover { background-color: white; } -a:visited { color: #666; } -a:hover { color: #fff; background-color:#000; } - h1, h2, h3 { color: #333; font-family: georgia, verdana, sans-serif; } h1 { font-size: 28px } h2 { font-size: 19px }