From: jschwender Date: Thu, 11 Mar 2021 09:09:45 +0000 (+0100) Subject: table header left aligned X-Git-Tag: v2.4b1~181^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F128%2Fhead;p=thirdparty%2Fcups.git table header left aligned see issue #127 --- diff --git a/doc/cups.css b/doc/cups.css index 982562302e..6f7ec08377 100644 --- a/doc/cups.css +++ b/doc/cups.css @@ -646,8 +646,8 @@ table.list tr:nth-child(even) { table.list th { border-right: 2px solid gray; font-family: monospace; - padding: 5px 10px 5px 2px; - text-align: right; + padding: 5px 10px 5px 12px; + text-align: left; vertical-align: top; } table.list td {