From 5ce96bccbe217ae0e2c52cdb6624eabf8fc2f6af Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Fri, 8 Jul 2011 19:49:10 +0200 Subject: [PATCH] Make CSS rule more generic --- themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 0ace4f1979..d8a0e810b0 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -990,7 +990,7 @@ div#serverStatusTabs { margin-top:1em; } -div#serverstatus table caption a.top { +caption a.top { float: ; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 4c71f82696..109c7620a2 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1199,7 +1199,7 @@ div#serverStatusTabs { margin-top:1em; } -div#serverstatus table caption a.top { +caption a.top { float: ; }