]> git.ralfj.de Git - web.git/blobdiff - personal/_sass/_base.scss
add memory-safety post
[web.git] / personal / _sass / _base.scss
index af78fcd2a7b9dad5d9a6623228e35097ce99c025..7e0d5bfbc8e53329ac837d6f76b94762b058ad46 100644 (file)
@@ -1,6 +1,6 @@
 
 /* General Fonts */
-html, body, div, p {
+html, body {
     font-family: DejaVu Sans, Verdana, Arial, sans-serif;
     font-size: 12pt;
     color: $text-color;
@@ -33,12 +33,12 @@ h2 {
 }
 h3 {
     margin-top: 0.5em;
-    font-size: 135%;
+    font-size: 130%;
     margin-bottom: 0.1em;
 }
 h4 {
     margin-top: 0.5em;
-    font-size: 120%;
+    font-size: 110%;
     margin-bottom: 0.0em;
 }
 
@@ -74,7 +74,19 @@ p {
     margin: 0.5em 0;
     line-height: 1.3;
 }
+li > p {
+    margin: 0;
+}
 
 .comment {
     margin-top: 1.5em;
 }
+.footnotes {
+    font-size: 90%;
+}
+
+table td, table th {
+    border: 1px solid $light-text-color;
+    padding: 6px 13px;
+    font-weight: normal;
+}