diff options
author | Matts <s@tuxlite.com> | 2012-02-11 16:30:43 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-11 16:30:43 -0500 |
commit | 775013fe20a800d89c352822e0ecd18c3dd13ffb (patch) | |
tree | 9b749a47c1a1c8c5d1067b087344820ba559d2aa /tuxlite_tbs | |
parent | 2f2526e9925569e6de8e5fe39710ca5746b651a0 (diff) | |
download | pelican-themes-775013fe20a800d89c352822e0ecd18c3dd13ffb.tar.gz |
Changed line height for tables to 1.3em in local.css.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/static/local.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |