diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 18:04:04 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 18:04:04 +0000 |
commit | 05b69a290ddddf91a407fe4603361b53bff009e3 (patch) | |
tree | f2d13b9e094c1ec74149c96ea046325552d21753 /theme | |
parent | 8abf9351860408db930ce9f423f94baa97ed5f56 (diff) |
Removed : after username
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2892ca4f1..b8b260266 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -638,7 +638,7 @@ margin-right:11px; .notice .author a { } .notice .author:after { -content:":"; +/*content:":";*/ } .vcard .photo { |