diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/riverdashboard/views/default/riverdashboard/css.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php index 3f400fcf8..b59f77214 100644 --- a/mod/riverdashboard/views/default/riverdashboard/css.php +++ b/mod/riverdashboard/views/default/riverdashboard/css.php @@ -21,13 +21,8 @@ margin:0; } .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { - width:auto; + display:none; } -/* IE6 */ -* html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; } -/* IE7 */ -*:first-child+html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; } - .sidebarBox .last_wirepost .thewire-singlepage .note_date { line-height: 1em; padding:3px 0 0 0; |