stylesheet: make footnote refs slightly smaller and superscript
[www-rohieb-name.git] / local.css
index fcf540b..2d68e1b 100644 (file)
--- a/local.css
+++ b/local.css
@@ -2,6 +2,7 @@ pre {
   background-color: #F5F5F5;
   border: 1px dashed blue;
   padding: 0.2em;
+  font-size: 80%;
 }
 
 code {
@@ -10,7 +11,6 @@ code {
 
 h2 {
   margin-bottom: 0em;
-  margin-top: 1.5em;
 }
 h2 a {
        font-size: 140%;
@@ -86,3 +86,8 @@ p,ul,ol {
 td.month-calendar-day-this-day td.year-calendar-this-month {
        background-color: #ffffff !important;
 }
+
+.footnote {
+    vertical-align: super;
+    font-size: smaller;
+}
This page took 0.021832 seconds and 4 git commands to generate.