From 775013fe20a800d89c352822e0ecd18c3dd13ffb Mon Sep 17 00:00:00 2001 From: Matts Date: Sat, 11 Feb 2012 16:30:43 -0500 Subject: [PATCH] Changed line height for tables to 1.3em in local.css. --- tuxlite_tbs/static/local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 4b15421..04a25a6 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -29,6 +29,7 @@ body { font-size: 100%; } p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } li { line-height: 1.6em; } h3 { margin-top: 2.5em; } +.table th, .table td { line-height: 1.3em; } /* Styling for articles */ .article { padding-bottom:20px; padding-right: 40px; }