]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.planet: css for hr
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 22:40:09 +0000 (14:40 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 22:40:09 +0000 (14:40 -0800)
extra/webapps/planet/planet.css

index 5373641ec0fca3ce586e0d4f2785701f13fb6982..e9d3ee4817b3dc2f8dfae415cb2d07315905fedb 100644 (file)
@@ -42,6 +42,10 @@ pre, code {
     color: #000000;
 }
 
+hr {
+   height: 1px;
+}
+
 @media screen and (max-width: 600px) {
     .infobox {
         display: none;