diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 18:04:45 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 18:04:45 +0000 |
commit | 9c09bfe4d721a7a3be907dcba42eb6d31f50020d (patch) | |
tree | bee2c26e1a8db9bc8df1d7c4489f81dfe424b917 /theme/base/css/display.css | |
parent | 89f32432bace26feb46299728ce2878fc5df4d20 (diff) |
Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 41fc5c20e..8b9fcd309 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -882,11 +882,10 @@ font-size:1.025em; display:inline; } -.notice div.entry-content .timestamp dt, .notice div.entry-content .response dt { display:none; } -.notice div.entry-content .timestamp a { +.notice div.entry-content a.timestamp { display:inline-block; } .notice div.entry-content .device dt { |