about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-04-14 19:19:09 -0700
committerCase Duckworth2015-04-14 19:19:09 -0700
commitce27048da12142eac45916fc0c719bb65da150f5 (patch)
tree3e4af8619e1c76b5069fe33da8f9e1810edc5a40
parentFix first-line.html ugliness (diff)
downloadautocento-ce27048da12142eac45916fc0c719bb65da150f5.tar.gz
autocento-ce27048da12142eac45916fc0c719bb65da150f5.zip
Revise index.html to reflect new appendices
-rw-r--r--index.html25
-rw-r--r--trunk/style.css11
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">&phi;</a> 38 <a href="toc.html" title="Table of Contents">&phi;</a>
39 <a href="#">&loz;</a> 39 <a href="https://github.com/duckwork/autocento">&loz;</a>
40 <a href="#" id="randomizelink">&xi;</a> 40 <a href="#" id="randomizelink">&xi;</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 {