diff options
author | Case Duckworth | 2015-03-02 19:19:32 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 19:19:32 -0700 |
commit | 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch) | |
tree | 17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc /lappel-du-vide.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'lappel-du-vide.html')
-rw-r--r-- | lappel-du-vide.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 64de2d8..0d8fe0c 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -22,13 +22,12 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">L’appel du vide</h1> | 23 | <h1 class="title">L’appel du vide</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://books.google.com/books?id=yybDMC0TRIwC&pg=PR12&lpg=PR12#v=onepage&q&f=false">You can never go home again.</a> | 28 | <a href="http://books.google.com/books?id=yybDMC0TRIwC&pg=PR12&lpg=PR12#v=onepage&q&f=false">You can never go home again.</a> |
28 | </p> | 29 | </div> |
29 | <p class="epigraph-attrib"> | 30 | <div class="epigraph-attrib">Thomas Wolfe</div> |
30 | — Thomas Wolfe | ||
31 | </p> | ||
32 | </header> | 31 | </header> |
33 | 32 | ||
34 | <section class="thing verse"> | 33 | <section class="thing verse"> |
@@ -44,18 +43,18 @@ | |||
44 | </section> | 43 | </section> |
45 | 44 | ||
46 | <nav> | 45 | <nav> |
47 | <a href="ouroboros_memory.html"> | 46 | <a class="prevlink" href="ouroboros_memory.html"> |
48 | <span class="prevlink">< Ouroboros of memory</span> | 47 | Ouroboros of memory |
49 | </a> | 48 | </a> |
50 | <a href="love-as-god.html"> | 49 | <a class="prevlink" href="love-as-god.html"> |
51 | <span class="prevlink">< Love as God</span> | 50 | Love as God |
52 | </a> | 51 | </a> |
53 | <a href="#" id="lozenge"> ◊ </a> | 52 | <a href="#" id="lozenge"> ◊ </a> |
54 | <a href="boy_bus.html"> | 53 | <a class="nextlink" href="boy_bus.html"> |
55 | <span class="nextlink">Boy on the bus ></span> | 54 | Boy on the bus |
56 | </a> | 55 | </a> |
57 | <a href="i-think-its-you.html"> | 56 | <a class="nextlink" href="i-think-its-you.html"> |
58 | <span class="nextlink">I think it’s you (but it’s not) ></span> | 57 | I think it’s you (but it’s not) |
59 | </a> | 58 | </a> |
60 | </nav> | 59 | </nav> |
61 | 60 | ||