summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-17 02:32:13 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-17 02:32:13 +0000
commit607e65be81d6b42990706884f96fa024301c7893 (patch)
treec6e0469b80deb0b0708779cdd2a7ab4e7e120862 /theme/identica
parent996eb1da4ea043360dbc7accf9254537d59c7df5 (diff)
Delete notice markup and styles
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index aed4f95e5..94e97d414 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -173,17 +173,17 @@ background-image:url(../images/icons/twotone/green/flag.gif);
background-image:url(../images/icons/twotone/green/document.gif);
}
-.notice-options .reply a,
+.notice-options .notice_reply a,
.notice-options form input.submit {
background-color:transparent;
}
-.notice-options .reply a {
+.notice-options .notice_reply a {
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
}
.notice-options form.notice_favorite input.submit {
background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
}
-.notice-options form.notice_delete input.submit {
+.notice-options .notice_delete a {
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}