about summary refs log tree commit diff stats
path: root/trunk
diff options
context:
space:
mode:
authorCase Duckworth2015-04-14 19:19:09 -0700
committerCase Duckworth2015-04-14 19:19:09 -0700
commitce27048da12142eac45916fc0c719bb65da150f5 (patch)
tree3e4af8619e1c76b5069fe33da8f9e1810edc5a40 /trunk
parentFix first-line.html ugliness (diff)
downloadautocento-ce27048da12142eac45916fc0c719bb65da150f5.tar.gz
autocento-ce27048da12142eac45916fc0c719bb65da150f5.zip
Revise index.html to reflect new appendices
Diffstat (limited to 'trunk')
-rw-r--r--trunk/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/style.css b/trunk/style.css index dbe10d4..e35a92d 100644 --- a/trunk/style.css +++ b/trunk/style.css
@@ -537,6 +537,17 @@ a.footnoteRef {
537 font-size: 1em; 537 font-size: 1em;
538 color: #e5bfb2; 538 color: #e5bfb2;
539} 539}
540.commaed, .commaed li {
541 display: inline;
542 text-transform: lowercase;
543 padding-left: 0;
544}
545.commaed li a::after {
546 content: ";";
547}
548.commaed li:last-child a::after {
549 content: ".";
550}
540/* #cover }}} */ 551/* #cover }}} */
541/* .ELEGIES {{{ */ 552/* .ELEGIES {{{ */
542.elegies { 553.elegies {