diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:35 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:35 +0000 |
commit | 6472630f92c65de6eb69162d1252e797cc822047 (patch) | |
tree | 783346cc3812978dc17cf37a453fbc8d4233003e /theme/identica/css/display.css | |
parent | 058f9fa1eb7162da632d694c183b8a1205ebe677 (diff) | |
parent | 6fa7ce5d5e37851e2f4fbf99e3dded3facde6211 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r-- | theme/identica/css/display.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index c16dc9fd7..c10f46fe9 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -49,7 +49,17 @@ div.notice-options input, color:#002E6E; } -.notice p.entry-content a:visited { +.notice, +.profile { +border-top-color:#D1D9E4; +} +.section .notice, +.section .profile { +border-top-color:#97BFD1; +} + + +#content .notice p.entry-content a:visited { background-color:#fcfcfc; } .notice p.entry-content .vcard a { |