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 /leg.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'leg.html')
-rw-r--r-- | leg.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/leg.html b/leg.html index 3c119a0..657fa51 100644 --- a/leg.html +++ b/leg.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Leg</h1> | 23 | <h1 class="title">Leg</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -47,18 +48,18 @@ | |||
47 | </section> | 48 | </section> |
48 | 49 | ||
49 | <nav> | 50 | <nav> |
50 | <a href="toilet.html"> | 51 | <a class="prevlink" href="toilet.html"> |
51 | <span class="prevlink">< Toilet</span> | 52 | Toilet |
52 | </a> | 53 | </a> |
53 | <a href="leaf.html"> | 54 | <a class="prevlink" href="leaf.html"> |
54 | <span class="prevlink">< Leaf</span> | 55 | Leaf |
55 | </a> | 56 | </a> |
56 | <a href="#" id="lozenge"> ◊ </a> | 57 | <a href="#" id="lozenge"> ◊ </a> |
57 | <a href="planks.html"> | 58 | <a class="nextlink" href="planks.html"> |
58 | <span class="nextlink">Planks ></span> | 59 | Planks |
59 | </a> | 60 | </a> |
60 | <a href="man.html"> | 61 | <a class="nextlink" href="man.html"> |
61 | <span class="nextlink">Man ></span> | 62 | Man |
62 | </a> | 63 | </a> |
63 | </nav> | 64 | </nav> |
64 | 65 | ||