diff options
author | Case Duckworth | 2015-03-03 01:03:53 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 01:03:53 -0700 |
commit | a0b9e70beb51a99f31ff424a6769b9d4d961c2b3 (patch) | |
tree | 5088298a3a99e6cc3e9d77c6b0741b70aaccbfe3 | |
parent | Fix Apollo 11 nav links in src (diff) | |
download | autocento-a0b9e70beb51a99f31ff424a6769b9d4d961c2b3.tar.gz autocento-a0b9e70beb51a99f31ff424a6769b9d4d961c2b3.zip |
Accomodate footnotes
-rw-r--r-- | css/common.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 190aea6..5fb27d7 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -160,3 +160,11 @@ nav .nextlink:after { | |||
160 | text-decoration: none; | 160 | text-decoration: none; |
161 | } | 161 | } |
162 | /* }}} */ | 162 | /* }}} */ |
163 | /* Footnotes {{{ */ | ||
164 | .footnotes { | ||
165 | position: absolute; | ||
166 | top: 100%; | ||
167 | left: 0; | ||
168 | width: 100%; | ||
169 | } | ||
170 | /* }}} */ | ||