]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: raise line-height to 150%.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 28 Feb 2020 00:49:48 +0000 (16:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 28 Feb 2020 00:49:48 +0000 (16:49 -0800)
basis/help/html/stylesheet.css
extra/webapps/help/search.xml
extra/websites/concatenative/page.css

index d81cc758b4ccc523f9584456b2a65386f0910490..ce40e2e85f946c2ef83c705328ef2addad4e24e3 100644 (file)
@@ -13,7 +13,7 @@ a:hover, .link:hover { text-decoration: underline; }
 body {
     margin: 0;
     font-family: sans-serif;
-    line-height: 140%;
+    line-height: 150%;
 }
 
 input {
index c168052c862245fcdb5f13188f493a980885d8d8..b186c73eb7d0005742c50b359309e8e5546c7cd1 100644 (file)
@@ -20,7 +20,7 @@
                 margin: 0;
                 font-family: sans-serif;
                 font-size: 12pt;
-                line-height: 140%;
+                line-height: 150%;
             }
 
             a { color: #104e8b; }
index e72702b9871be4b8d505df40e5b9f0c4b56a9f5a..6932d1e13619d60700577d902ea93b6220a2e951 100644 (file)
@@ -13,7 +13,7 @@ body {
 body, button {
     font-size: 12pt;
     font-family: sans-serif;
-    line-height: 140%;
+    line-height: 150%;
 }
 
 textarea {