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 /toothpaste.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'toothpaste.html')
-rw-r--r-- | toothpaste.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/toothpaste.html b/toothpaste.html index eb0200b..558a80f 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Toothpaste</h1> | 23 | <h1 class="title">Toothpaste</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -31,18 +32,18 @@ | |||
31 | </section> | 32 | </section> |
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="early.html"> | 35 | <a class="prevlink" href="early.html"> |
35 | <span class="prevlink">< Early</span> | 36 | Early |
36 | </a> | 37 | </a> |
37 | <a href="toilet.html"> | 38 | <a class="prevlink" href="toilet.html"> |
38 | <span class="prevlink">< Toilet</span> | 39 | Toilet |
39 | </a> | 40 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge"> ◊ </a> |
41 | <a href="father.html"> | 42 | <a class="nextlink" href="father.html"> |
42 | <span class="nextlink">Father ></span> | 43 | Father |
43 | </a> | 44 | </a> |
44 | <a href="treatise.html"> | 45 | <a class="nextlink" href="treatise.html"> |
45 | <span class="nextlink">Treatise ></span> | 46 | Treatise |
46 | </a> | 47 | </a> |
47 | </nav> | 48 | </nav> |
48 | 49 | ||