diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-04 14:35:34 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-04 14:35:34 +0000 |
commit | 8463d233976ecf06df60494ec061bcaf36819408 (patch) | |
tree | be837c52838b22b0306bf676789bf7b1f05f72a2 /theme/base/css | |
parent | e8d3615b3f59355f1360af4a027a2b4725c81291 (diff) |
http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from
display.
Diffstat (limited to 'theme/base/css')
-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 242818c9a..e2a2a965c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1072,7 +1072,7 @@ border-top:0; .section .notice:first-child { padding-top:0; } -.section .notice .fn { +.section .notice .author .fn { display:none; } |