From: Michael R Sweet Date: Sun, 18 Oct 2020 02:55:36 +0000 (-0400) Subject: Fix CSS issues found by Codacy. X-Git-Tag: v2.3.3op1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5777b6f62d91a21f31c7458a64ad51b0c06aba;p=thirdparty%2Fcups.git Fix CSS issues found by Codacy. --- diff --git a/doc/cups-printable.css b/doc/cups-printable.css index 058718be07..7fe7fc827a 100644 --- a/doc/cups-printable.css +++ b/doc/cups-printable.css @@ -414,7 +414,8 @@ table.list { width: 100%; } table.list tr:nth-child(even) { - background: rgba(127,127,127,0.1);]n} + background: rgba(127,127,127,0.1); +} table.list th { border-right: 2px solid gray; font-family: monospace; diff --git a/doc/cups.css b/doc/cups.css index 1fba9cb782..397e8e8316 100644 --- a/doc/cups.css +++ b/doc/cups.css @@ -641,7 +641,8 @@ table.list { width: 100%; } table.list tr:nth-child(even) { - background: rgba(127,127,127,0.1);]n} + background: rgba(127,127,127,0.1); +} table.list th { border-right: 2px solid gray; font-family: monospace; @@ -674,7 +675,7 @@ table.list td { } .body { - paddng: 0px; + padding: 0px; } .footer {