]> git.ralfj.de Git - web.git/blobdiff - personal/_sass/_base.scss
avoid vague 'reasonably', mention memory corruption
[web.git] / personal / _sass / _base.scss
index 7943fe3488eca41d73a240d10bacea597d11d5db..7e0d5bfbc8e53329ac837d6f76b94762b058ad46 100644 (file)
@@ -1,6 +1,6 @@
 
 /* General Fonts */
 
 /* General Fonts */
-html, body, div, p {
+html, body {
     font-family: DejaVu Sans, Verdana, Arial, sans-serif;
     font-size: 12pt;
     color: $text-color;
     font-family: DejaVu Sans, Verdana, Arial, sans-serif;
     font-size: 12pt;
     color: $text-color;
@@ -81,3 +81,12 @@ li > p {
 .comment {
     margin-top: 1.5em;
 }
 .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;
+}