about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 01:03:53 -0700
committerCase Duckworth2015-03-03 01:03:53 -0700
commita0b9e70beb51a99f31ff424a6769b9d4d961c2b3 (patch)
tree5088298a3a99e6cc3e9d77c6b0741b70aaccbfe3 /css
parentFix Apollo 11 nav links in src (diff)
downloadautocento-a0b9e70beb51a99f31ff424a6769b9d4d961c2b3.tar.gz
autocento-a0b9e70beb51a99f31ff424a6769b9d4d961c2b3.zip
Accomodate footnotes
Diffstat (limited to 'css')
-rw-r--r--css/common.css8
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/* }}} */