]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/stylesheet.css
help.html: more padding
[factor.git] / basis / help / html / stylesheet.css
index 5be0f95beabd199d3949f6c5379f02ee52fec828..cd83ac195f26f881e49aef71a15a4bb64788386d 100644 (file)
@@ -45,11 +45,12 @@ nav {
     border-bottom: 1px solid #ccc;
     background-color: #f5f5f5;
     padding: 10px;
-    padding-left: calc(max(50% - 400px, 10px));
+    padding-left: calc(max(50% - 400px, 0px) + 15px);
+    padding-right: calc(max(50% - 400px, 0px) + 15px);
 }
 
 nav a, nav .link {
-    margin-right: 5px;
+    margin-right: 10px;
 }
 
 nav img {