about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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/* }}} */