diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-24 12:55:45 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-24 12:55:45 +0000 |
commit | d3fa673e9bd0d48f3615108440538b33122d71ea (patch) | |
tree | 7199468ffac3fe22d60e200881997d7a59c8ae4f /theme | |
parent | 5973192593fde410f338e6de895b2e3f596e8617 (diff) |
Updated mark-top style
Diffstat (limited to 'theme')
-rw-r--r-- | theme/default/css/display.css | 4 | ||||
-rw-r--r-- | theme/identica/css/display.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index f4af07081..00cac0ea3 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -97,8 +97,8 @@ color:#002FA7; .profile { border-top-color:#C8D1D5; } -.section .profile { -border-top-color:#87B4C8; +.mark-top { +border-color:#AAAAAA; } #aside_primary { diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index ff7311302..12541341d 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -97,8 +97,8 @@ color:#002FA7; .profile { border-top-color:#CEE1E9; } -.section .profile { -border-top-color:#87B4C8; +.mark-top { +border-color:#AAAAAA; } #aside_primary { |