]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/stylesheet.css
help.html: cleanup nav
[factor.git] / basis / help / html / stylesheet.css
index a8b32ef2c826a71bd5e3fac36722c9807c96a431..4333efe04d2726fecd8076662365e4a456cdee12 100644 (file)
@@ -44,18 +44,16 @@ tr:hover {
 nav {
     border-bottom: 1px solid #ccc;
     background-color: #f5f5f5;
+    padding: 10px;
+    padding-left: calc(max(50% - 500px, 10px));
 }
 
-.navrow {
-    max-width: 800px;
-    position: relative;
-    left: calc(max(-400px,-50%) + 50%);
-    margin: 0;
-    padding: 10px 15px 10px 15px;
+nav a, nav .link {
+    margin-right: 5px;
 }
 
-.navrow a {
-    margin-right: 10px;
+nav img {
+    vertical-align: middle;
 }
 
 .page {