diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 00:25:47 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 00:25:47 +0000 |
commit | f3bbc9863b58c9a30d559bc423f693b774bdcc3b (patch) | |
tree | d4019d6e2396e1abcf159237a8b1cd9a46089195 /theme/base/css | |
parent | 1200e005b1df080899cf25c1ba93f76f81710d70 (diff) |
Minor
Diffstat (limited to 'theme/base/css')
-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 { -} - - - |