The branch, master has been updated via 5ce96bccbe217ae0e2c52cdb6624eabf8fc2f6af (commit) from 909c8ceb49b94f1a81eef8fa267fa457e54170f4 (commit)
- Log ----------------------------------------------------------------- commit 5ce96bccbe217ae0e2c52cdb6624eabf8fc2f6af Author: Piotr Przybylski piotrprz@gmail.com Date: Fri Jul 8 19:49:10 2011 +0200
Make CSS rule more generic
-----------------------------------------------------------------------
Summary of changes: 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 0ace4f1..d8a0e81 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: <?php echo $right; ?>; }
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 4c71f82..109c762 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: <?php echo $right; ?>; }
hooks/post-receive