From 953fc002832a9afe59372bf513ef167916608e05 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Mar 2007 14:56:46 -0800 Subject: comments progress, style changes --- static/style/default.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/style/default.css b/static/style/default.css index 513f064..691dae8 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -8,6 +8,8 @@ body { background-color: #E3E3E3; } a { text-decoration: none; } +a:visited { + color: blue; } a:hover { text-decoration: underline; border-top: 0px solid blue; @@ -25,7 +27,7 @@ h3 { margin: 0px; padding-top: 8px; padding-bottom: 4px; - padding-left: 30px; + padding-left: 0px; padding-right: 30px; } p { margin: 0px; } @@ -69,7 +71,8 @@ pre.large { .path a { color: #6666DD; } .path a:visited { - color: #883388; } + /* color: #883388; */ + color: #6666DD; } .righty_content { text-align: center; margin-top: 5px; @@ -186,7 +189,8 @@ pre.large { .right_stuff a { color: #7777DD; } .right_stuff a:visited { - color: #BB77BB; } + /* color: #BB77BB; */ + color: #7777DD; } .right_stuff img { border: 1px solid black; } .photo_thumb { -- cgit v1.2.3