]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.wiki: padding on footer
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 19:47:03 +0000 (12:47 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 19:47:03 +0000 (12:47 -0700)
extra/webapps/wiki/wiki.css

index e0414a26891056087477c606e56b16eb4a2e2fce..35ca8a3c825e6cc5e3bae596a294260a0ee291f2 100644 (file)
     border-width: 1px 1px 0 0;
 }
 
-footer {
-    padding-left: 15px;
-    font-size: smaller;
-}
-
 #left {
     position: absolute;
     top: 0;
@@ -136,8 +131,10 @@ nav img {
 }
 
 .page footer {
+    padding: 15px;
     padding-left: 0;
     padding-right: 0;
+    font-size: smaller;
 }
 
 @media screen and (max-width: 600px) {