From 6450fa2b4766baf5a8f426adb4080e1a430f6398 Mon Sep 17 00:00:00 2001 From: mikehomme Date: Sun, 6 Mar 2011 19:35:59 -0500 Subject: [PATCH] Testing git setup. Commit includes a padding change to reduce amount of padding on table td's --- themes/pmahomme/css/theme_right.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 8f9fcc928..f2c8cf4b7 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;