]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/wiki.css
webapps.wiki: only top/bottom margin to zero
[factor.git] / extra / webapps / wiki / wiki.css
index 2136a2e5beb1d8a6f174f373e3040261a27486e8..f036c75b4cc4e39717f1f3e7f759c5583f063c9a 100644 (file)
@@ -133,7 +133,8 @@ nav img {
 nav input {
     border-radius: 3px;
     padding: 3px;
-    margin: 0px;
+    margin-top: 0px;
+    margin-bottom: 0px;
 }
 
 .page nav {