]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: fix css whoops
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 30 Jan 2023 00:41:36 +0000 (16:41 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 30 Jan 2023 00:41:52 +0000 (16:41 -0800)
basis/help/html/html.factor

index 26ae8f991332af3d00d72d5bad6e10bdbb05f850..113c832ae2c508b294fa998c16249c2e6a35028a 100644 (file)
@@ -187,7 +187,7 @@ M: pathname url-of
         "padding: 10px;" "padding: 0px;" replace
         "background-color: #f4efd9;" "background-color: white;" replace
         "}" ?tail drop
-        " border-bottom: 1px dashed #d5d5d5 width: 100%; padding-top: 15px; padding-bottom: 10px; }"
+        " border-bottom: 1px dashed #d5d5d5; width: 100%; padding-top: 15px; padding-bottom: 10px; }"
         append swap pick set-nth {
             ".a a { color: black; font-size: 24pt; line-height: 100%; }"
             ".a * a { color: #2a5db0; font-size: 12pt; }"