diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-07 14:11:50 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-07 14:11:50 -0400 |
commit | da0ab8c0f4898aaf2955282a958f1ad46969195b (patch) | |
tree | 0e3a37040494853b6c9ff8d88538f2a9748e8314 /theme/stoica/display.css | |
parent | ee1013d2ac09a09b987b70639c6e6204e298ca39 (diff) |
get rid of one-pixel border on subscriptions
darcs-hash:20080707181150-84dde-1e5f2259701fabda29fd5dee6fa276b01b23809f.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index de712b198..fb300326a 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -313,7 +313,7 @@ dl.statistics { margin: 0 3px 3px 0; padding: 0; line-height: 0; - border: 1px solid #f00; + /* border: 1px solid #f00; */ } #subscriptions_viewall { clear: left; |