diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 17:44:19 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 17:44:19 +0000 |
commit | 66a959a7762474e00264ddf942fb7b681bdf2045 (patch) | |
tree | 266a0cf5002be55b5cd6967afbc261d16bc560e5 /theme/default/css | |
parent | e0b877b26c5e93809b2a53b6c46326d5e31fa0e8 (diff) |
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
Diffstat (limited to 'theme/default/css')
-rw-r--r-- | theme/default/css/display.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index e8df27718..b7c86ae07 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -214,11 +214,7 @@ background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no #attachments .attachment { background:none; } -.notice-options .notice_reply a, -.notice-options form input.submit { -background-color:transparent; -} -.notice-options .notice_reply a { +.notice-options .notice_reply { background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%; } .notice-options form.form_favor input.submit { |