Changed line height for tables to 1.3em in local.css.

This commit is contained in:
Matts
2012-02-11 16:30:43 -05:00
parent 2f2526e992
commit 775013fe20

View File

@@ -29,6 +29,7 @@ body { font-size: 100%; }
p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
li { line-height: 1.6em; } li { line-height: 1.6em; }
h3 { margin-top: 2.5em; } h3 { margin-top: 2.5em; }
.table th, .table td { line-height: 1.3em; }
/* Styling for articles */ /* Styling for articles */
.article { padding-bottom:20px; padding-right: 40px; } .article { padding-bottom:20px; padding-right: 40px; }