Browse Source

add css for footnotes

Gregg Tavares 6 years ago
parent
commit
8981347a2c
1 changed files with 10 additions and 0 deletions
  1. 10 0
      threejs/lessons/resources/lesson.css

+ 10 - 0
threejs/lessons/resources/lesson.css

@@ -17,6 +17,16 @@ table {
     margin-bottom: 1em;
 }
 
+.footnote {
+  font-size: smaller;
+  vertical-align: baseline;
+  position: relative;
+  top: -0.4em;
+}
+.footnotes {
+  font-size: smaller;
+}
+
 pre {
   background: rgb(143, 140, 140);
   padding: 1em;