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 /man.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'man.html')
-rw-r--r-- | man.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man.html b/man.html index bda0e57..aec2fc9 100644 --- a/man.html +++ b/man.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Man</h1> | 23 | <h1 class="title">Man</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="cereal.html"> | 40 | <a class="prevlink" href="cereal.html"> |
40 | <span class="prevlink">< Cereal</span> | 41 | Cereal |
41 | </a> | 42 | </a> |
42 | <a href="leg.html"> | 43 | <a class="prevlink" href="leg.html"> |
43 | <span class="prevlink">< Leg</span> | 44 | Leg |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="snow.html"> | 47 | <a class="nextlink" href="snow.html"> |
47 | <span class="nextlink">Snow ></span> | 48 | Snow |
48 | </a> | 49 | </a> |
49 | <a href="notes.html"> | 50 | <a class="nextlink" href="notes.html"> |
50 | <span class="nextlink">Notes ></span> | 51 | Notes |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||