diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 21:03:59 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 21:03:59 +0000 |
commit | 785ffd5b9b70ea1614ba66b3c7b195f39027eeb6 (patch) | |
tree | 15ef4ba170c20754efb8dd4074feef27a662f399 /theme/identica | |
parent | 0e694023941431706ae87770612763cd74132ef1 (diff) |
Populat notices and some css cleanup
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index c16dc9fd7..b7ff0eb2d 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -49,7 +49,12 @@ div.notice-options input, color:#002E6E; } -.notice p.entry-content a:visited { +.notice, +.profile { +border-top-color:#97BFD1; +} + +#content .notice p.entry-content a:visited { background-color:#fcfcfc; } .notice p.entry-content .vcard a { |