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 /treatise.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'treatise.html')
-rw-r--r-- | treatise.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/treatise.html b/treatise.html index 8d1216f..5378924 100644 --- a/treatise.html +++ b/treatise.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Treatise</h1> | 23 | <h1 class="title">Treatise</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -45,18 +46,18 @@ | |||
45 | </section> | 46 | </section> |
46 | 47 | ||
47 | <nav> | 48 | <nav> |
48 | <a href="hardware.html"> | 49 | <a class="prevlink" href="hardware.html"> |
49 | <span class="prevlink">< Hardware</span> | 50 | Hardware |
50 | </a> | 51 | </a> |
51 | <a href="toothpaste.html"> | 52 | <a class="prevlink" href="toothpaste.html"> |
52 | <span class="prevlink">< Toothpaste</span> | 53 | Toothpaste |
53 | </a> | 54 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 55 | <a href="#" id="lozenge"> ◊ </a> |
55 | <a href="phone.html"> | 56 | <a class="nextlink" href="phone.html"> |
56 | <span class="nextlink">Phone ></span> | 57 | Phone |
57 | </a> | 58 | </a> |
58 | <a href="underwear.html"> | 59 | <a class="nextlink" href="underwear.html"> |
59 | <span class="nextlink">Underwear ></span> | 60 | Underwear |
60 | </a> | 61 | </a> |
61 | </nav> | 62 | </nav> |
62 | 63 | ||