diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-07-28 20:02:01 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-07-28 20:02:01 -0500 |
commit | 3a8a9e292d2ad75a868b1e3173ad242a12c941e9 (patch) | |
tree | 670d182e98f35fad29ac60304f174e4e26bd3189 /theme/identica | |
parent | ae87369d4204a2f36e38b5a242ad03e1e3a1276c (diff) | |
parent | c85b6155eb004fe556de255482c04b87046c90b3 (diff) |
Merge commit 'origin/0.8.x' into 0.9.x
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 42a4573a7..6a8820495 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/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 { @@ -227,7 +223,7 @@ background:transparent url(../../base/images/icons/twotone/green/favourite.gif) .notice-options form.form_disfavor input.submit { background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%; } -.notice-options .notice_delete a { +.notice-options .notice_delete { background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%; } |