about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 16:20:48 -0700
committerCase Duckworth2015-03-03 16:20:48 -0700
commitffe3261bbc401efaf5b9abef62568b10e24524ee (patch)
tree66486d1379bcfa7cf39d912ab443b45f2ed79ddb /css/common.css
parentAdd support for MathML (diff)
downloadautocento-ffe3261bbc401efaf5b9abef62568b10e24524ee.tar.gz
autocento-ffe3261bbc401efaf5b9abef62568b10e24524ee.zip
Change style of footnotes
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css20
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 */
36table { border-collapse: collapse; }
37td {
38 vertical-align: top;
39}
40tr {
41 border-bottom: 1px solid #aaa;
42 border-top: 1px solid #aaa;
43}
35/* }}} */ 44/* }}} */
36/* Links {{{ */ 45/* Links {{{ */
37a:link { 46a: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/* }}} */