The branch, master has been updated via 81d35ba94eb4aa40201d363656e9920418fbd7e8 (commit) via 6450fa2b4766baf5a8f426adb4080e1a430f6398 (commit) from 7e4cfec26c358c547be9df69eefbcbe200aeef67 (commit)
- Log ----------------------------------------------------------------- commit 81d35ba94eb4aa40201d363656e9920418fbd7e8 Merge: 6450fa2b4766baf5a8f426adb4080e1a430f6398 7e4cfec26c358c547be9df69eefbcbe200aeef67 Author: mikehomme mike@globalcode.org Date: Mon Mar 7 16:04:53 2011 -0500
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 6450fa2b4766baf5a8f426adb4080e1a430f6398 Author: mikehomme mike@globalcode.org Date: Sun Mar 6 19:35:59 2011 -0500
Testing git setup. Commit includes a padding change to reduce amount of padding on table td's
-----------------------------------------------------------------------
Summary of changes: themes/pmahomme/css/theme_right.css.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 8f9fcc9..f2c8cf4 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -54,7 +54,8 @@ h2 { /* Hiding icons in the page titles, they just add clutter MH */ h2 img{display:none;} h2 a img{display:inline;} -/* Set all tables with data... to 100%, let it flow! */ + +/* Set all tables with data... to 100% MH */ .data{width:100%}
h3 { @@ -249,7 +250,7 @@ button { table caption, table th, table td { - padding: 0.8em; + padding: 0.5em; margin: 0.1em; vertical-align: top; text-shadow:0 1px 0 #FFFFFF;
hooks/post-receive