From 5ff4f98e1b6d74b28e3fc640d29e0a82e1b6dfb6 Mon Sep 17 00:00:00 2001 From: jschwender Date: Thu, 11 Mar 2021 10:09:45 +0100 Subject: [PATCH] table header left aligned see issue #127 --- doc/cups.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.47.2