diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 46bce79ed..54a5b8833 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -818,11 +818,10 @@ font-size:0.95em; margin-left:59px; width:70%; } -.notice div.entry-content a, -.notice .notice-options a, -.notice .notice-options input { - +#showstream .notice div.entry-content { +margin-left:0; } + .notice .notice-options a, .notice .notice-options input { float:left; @@ -845,14 +844,6 @@ display:inline-block; .notice div.entry-content .device dt { text-transform:lowercase; } -.notice div.entry-content a { - -} -.notice div.entry-content a:hover { -} - - - |