[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-7503-g5ce96bc

Piotr Przybylski crackpl at users.sourceforge.net
Fri Jul 8 19:50:01 CEST 2011


The branch, master has been updated
       via  5ce96bccbe217ae0e2c52cdb6624eabf8fc2f6af (commit)
      from  909c8ceb49b94f1a81eef8fa267fa457e54170f4 (commit)


- Log -----------------------------------------------------------------
commit 5ce96bccbe217ae0e2c52cdb6624eabf8fc2f6af
Author: Piotr Przybylski <piotrprz at 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
-- 
phpMyAdmin




More information about the Git mailing list