summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-25 17:44:19 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-25 17:44:19 +0000
commit66a959a7762474e00264ddf942fb7b681bdf2045 (patch)
tree266a0cf5002be55b5cd6967afbc261d16bc560e5 /theme/base
parente0b877b26c5e93809b2a53b6c46326d5e31fa0e8 (diff)
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 80ab397ee..41fc5c20e 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -921,22 +921,16 @@ left:29px;
.notice-options .notice_delete {
right:0;
}
-.notice-options .notice_reply dt {
-display:none;
-}
-
.notice-options input,
.notice-options a {
text-indent:-9999px;
outline:none;
}
-
-.notice-options .notice_reply a,
.notice-options input.submit {
display:block;
border:0;
}
-.notice-options .notice_reply a,
+.notice-options .notice_reply,
.notice-options .notice_delete {
text-decoration:none;
padding-left:16px;