diff options
-rw-r--r-- | index.html | 25 | ||||
-rw-r--r-- | trunk/style.css | 11 |
2 files changed, 28 insertions, 8 deletions
diff --git a/index.html b/index.html index 4dbde71..9ec3c35 100644 --- a/index.html +++ b/index.html | |||
@@ -36,20 +36,29 @@ | |||
36 | </h2> | 36 | </h2> |
37 | <h3 class="anchors"> | 37 | <h3 class="anchors"> |
38 | <a href="toc.html" title="Table of Contents">φ</a> | 38 | <a href="toc.html" title="Table of Contents">φ</a> |
39 | <a href="#">◊</a> | 39 | <a href="https://github.com/duckwork/autocento">◊</a> |
40 | <a href="#" id="randomizelink">ξ</a> | 40 | <a href="#" id="randomizelink">ξ</a> |
41 | </h3> | 41 | </h3> |
42 | </header> | 42 | </header> |
43 | <section class="content"> | 43 | <section class="content"> |
44 | <ul> | 44 | <ul> |
45 | <li>Index of | ||
46 | <a href="first-lines.html">first lines</a> and | ||
47 | <a href="common-titles.html">common titles</a>. | ||
48 | </li> | ||
49 | <li>Index of | ||
50 | <a href="hapax.html">hapax legomena</a>. | ||
51 | </li> | ||
52 | <li><a href="about.html">About this project</a>.</li> | 45 | <li><a href="about.html">About this project</a>.</li> |
46 | <li>Appendices of | ||
47 | <ul class="commaed"> | ||
48 | <li> | ||
49 | <a href="common-titles.html">Common titles</a> | ||
50 | </li> | ||
51 | <li> | ||
52 | <a href="first-lines.html">First lines</a> | ||
53 | </li> | ||
54 | <li> | ||
55 | <a href="hapax.html">Hapax legomena</a> | ||
56 | </li> | ||
57 | <li> | ||
58 | <a href="islands.html">Islands</a> | ||
59 | </li> | ||
60 | </ul> | ||
61 | </li> | ||
53 | </ul> | 62 | </ul> |
54 | </section> | 63 | </section> |
55 | </article> | 64 | </article> |
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 { |