]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/stylesheet.css
help.html: more css changes
[factor.git] / basis / help / html / stylesheet.css
index d72a5c05aebd09e5fa12edd87989ba668bb96eb9..bbe1af4cc819cdb23c62f65ca9f8e1d48ed6e331 100644 (file)
@@ -13,7 +13,7 @@ a:hover, .link:hover { text-decoration: underline; }
 body {
     margin: 0;
     font-family: sans-serif;
-    font-size: 14pt;
+    font-size: 12pt;
     line-height: 150%;
 }
 
@@ -47,9 +47,9 @@ tr:hover {
 }
 
 .navrow {
-    max-width: 900px;
+    max-width: 800px;
     position: relative;
-    left: calc(max(-450px,-50%) + 50%);
+    left: calc(max(-400px,-50%) + 50%);
     margin: 0;
     padding: 10px 15px 10px 15px;
 }
@@ -59,9 +59,9 @@ tr:hover {
 }
 
 .page {
-    max-width: 900px;
+    max-width: 800px;
     position: relative;
-    left: calc(max(-450px,-50%) + 50%);
+    left: calc(max(-400px,-50%) + 50%);
     padding: 15px;
 }
 
@@ -74,7 +74,7 @@ tr:hover {
     margin-top: 15px;
     border-top: 1px dashed #ccc;
     color: #666;
-    font-size: 12pt;
+    font-size: 10pt;
 }
 
 @media screen and (max-width: 480px) {