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 /and.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'and.html')
-rw-r--r-- | and.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/and.html b/and.html index 6c44cdf..fecf879 100644 --- a/and.html +++ b/and.html | |||
@@ -22,14 +22,13 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">And</h1> | 23 | <h1 class="title">And</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.theguardian.com/lifeandstyle/2011/oct/28/margaret-atwood-q-a"><p>“What is your favorite word?”</p> | 28 | <a href="http://www.theguardian.com/lifeandstyle/2011/oct/28/margaret-atwood-q-a"><p>“What is your favorite word?”</p> |
28 | <p>“And. It is so hopeful.”</p></a> | 29 | <p>“And. It is so hopeful.”</p></a> |
29 | </p> | 30 | </div> |
30 | <p class="epigraph-attrib"> | 31 | <div class="epigraph-attrib">Margaret Atwood</div> |
31 | — Margaret Atwood | ||
32 | </p> | ||
33 | </header> | 32 | </header> |
34 | 33 | ||
35 | <section class="thing verse"> | 34 | <section class="thing verse"> |
@@ -38,12 +37,12 @@ | |||
38 | </section> | 37 | </section> |
39 | 38 | ||
40 | <nav> | 39 | <nav> |
41 | <a href="howtoread.html"> | 40 | <a class="prevlink" href="howtoread.html"> |
42 | <span class="prevlink">< How to read this</span> | 41 | How to read this |
43 | </a> | 42 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
45 | <a href="words-meaning.html"> | 44 | <a class="nextlink" href="words-meaning.html"> |
46 | <span class="nextlink">Words and meaning ></span> | 45 | Words and meaning |
47 | </a> | 46 | </a> |
48 | </nav> | 47 | </nav> |
49 | 48 | ||