From: Alexander Marx Date: Wed, 29 Jan 2014 11:22:54 +0000 (+0100) Subject: NEW THEME: added padding right for TH and TD tags X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=b1be2de786d913b406792dc0ff30bfa794f30023 NEW THEME: added padding right for TH and TD tags --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index f15b66435..0e990d681 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -274,6 +274,8 @@ table { border-top: 1px solid lightgrey; border-bottom: 1px solid lightgrey; background: #cccccc; + padding-left: 0.5em; + padding-right: 0.5em; } .tbl th:first-child { @@ -293,6 +295,7 @@ table { } .tbl td{ padding-left: 0.5em; + padding-right: 0.5em; } .tbl tr td:first-child { border-left: 1px solid lightgrey;