]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
table header left aligned 128/head
authorjschwender <joachim.schwender@web.de>
Thu, 11 Mar 2021 09:09:45 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 09:09:45 +0000 (10:09 +0100)
see issue #127

doc/cups.css

index 982562302e4cb308b99297a490de074647721169..6f7ec08377b9425b51ad17f1790e0abc76aa9aaf 100644 (file)
@@ -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 {