]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix CSS issues found by Codacy.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sun, 18 Oct 2020 02:55:36 +0000 (22:55 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Sun, 18 Oct 2020 02:55:36 +0000 (22:55 -0400)
doc/cups-printable.css
doc/cups.css

index 058718be074dac27037fd1b3fd2aee37f02383d5..7fe7fc827ad2ceb5de9c7b1507d393de413205f7 100644 (file)
@@ -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;
index 1fba9cb78224e04060794176a35622eb74043323..397e8e8316dc9c6710ef252c55ff7c239c934743 100644 (file)
@@ -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 {