summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2020-10-17 22:55:36 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2020-10-17 22:55:36 -0400
commit8b5777b6f62d91a21f31c7458a64ad51b0c06aba (patch)
treeb7be661bfbbe5ed0c946f4dac73f8abe96a5e602
parenta73f9c371150f979f710fd37d77982afd6c1806c (diff)
Fix CSS issues found by Codacy.
-rw-r--r--doc/cups-printable.css3
-rw-r--r--doc/cups.css5
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/cups-printable.css b/doc/cups-printable.css
index 058718be0..7fe7fc827 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 1fba9cb78..397e8e831 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 {