diff options
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 { |