diff options
-rw-r--r-- | css/common.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index ef223cf..56496ad 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -32,6 +32,15 @@ html, body { | |||
32 | margin: auto; | 32 | margin: auto; |
33 | padding-bottom: 3em; /*height of nav*/ | 33 | padding-bottom: 3em; /*height of nav*/ |
34 | } | 34 | } |
35 | /* Tables */ | ||
36 | table { border-collapse: collapse; } | ||
37 | td { | ||
38 | vertical-align: top; | ||
39 | } | ||
40 | tr { | ||
41 | border-bottom: 1px solid #aaa; | ||
42 | border-top: 1px solid #aaa; | ||
43 | } | ||
35 | /* }}} */ | 44 | /* }}} */ |
36 | /* Links {{{ */ | 45 | /* Links {{{ */ |
37 | a:link { | 46 | a:link { |
@@ -168,7 +177,14 @@ nav .nextlink:after { | |||
168 | .footnotes { | 177 | .footnotes { |
169 | position: absolute; | 178 | position: absolute; |
170 | top: 100%; | 179 | top: 100%; |
171 | left: 0; | 180 | left: 25%; |
172 | width: 100%; | 181 | width: 50%; |
182 | font-size: 10pt; | ||
183 | } | ||
184 | .footnotes p::first-line { | ||
185 | font-variant: normal !important; | ||
186 | } | ||
187 | .footnotes a[href^="#fnref"] { | ||
188 | float: right; | ||
173 | } | 189 | } |
174 | /* }}} */ | 190 | /* }}} */ |