about summary refs log tree commit diff stats
path: root/trunk/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/style.css')
-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 {