diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-07 14:56:46 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-07 14:56:46 -0800 |
commit | 953fc002832a9afe59372bf513ef167916608e05 (patch) | |
tree | 73ba59d2479d240c7b14d9e1757b9e5cecad5fb6 /static | |
parent | 8a459f1bfcad487d6e594b9c3d7ca485a9084f49 (diff) | |
download | bnewnet-953fc002832a9afe59372bf513ef167916608e05.tar.gz bnewnet-953fc002832a9afe59372bf513ef167916608e05.zip |
comments progress, style changes
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 10 |
1 files changed, 7 insertions, 3 deletions
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 { |