Testing git setup. Commit includes a padding change to reduce amount of padding on table td's

This commit is contained in:
mikehomme
2011-03-06 19:35:59 -05:00
parent 23b98fbd4a
commit 6450fa2b47

View File

@@ -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;