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 /i-think-its-you.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'i-think-its-you.html')
-rw-r--r-- | i-think-its-you.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/i-think-its-you.html b/i-think-its-you.html index fe01709..c5ed4d5 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">I think it’s you (but it’s not)</h1> | 23 | <h1 class="title">I think it’s you (but it’s not)</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="i-think-its-you">When you fall in love everyone looks the same.</a> | 28 | <a href="i-think-its-you">When you fall in love everyone looks the same.</a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing verse"> | 32 | <section class="thing verse"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="boy_bus.html"> | 38 | <a class="prevlink" href="boy_bus.html"> |
38 | <span class="prevlink">< Boy on the bus</span> | 39 | Boy on the bus |
39 | </a> | 40 | </a> |
40 | <a href="lappel-du-vide.html"> | 41 | <a class="prevlink" href="lappel-du-vide.html"> |
41 | <span class="prevlink">< L’appel du vide</span> | 42 | L’appel du vide |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="initial-conditions.html"> | 45 | <a class="nextlink" href="initial-conditions.html"> |
45 | <span class="nextlink">Initial conditions ></span> | 46 | Initial conditions |
46 | </a> | 47 | </a> |
47 | <a href="riptide_memory.html"> | 48 | <a class="nextlink" href="riptide_memory.html"> |
48 | <span class="nextlink">Riptide of memory ></span> | 49 | Riptide of memory |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||