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 /fire.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'fire.html')
-rw-r--r-- | fire.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fire.html b/fire.html index eb50e7d..50108c2 100644 --- a/fire.html +++ b/fire.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Fire</h1> | 23 | <h1 class="title">Fire</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -30,15 +31,15 @@ | |||
30 | </section> | 31 | </section> |
31 | 32 | ||
32 | <nav> | 33 | <nav> |
33 | <a href="paul.html"> | 34 | <a class="prevlink" href="paul.html"> |
34 | <span class="prevlink">< Paul</span> | 35 | Paul |
35 | </a> | 36 | </a> |
36 | <a href="father.html"> | 37 | <a class="prevlink" href="father.html"> |
37 | <span class="prevlink">< Father</span> | 38 | Father |
38 | </a> | 39 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge"> ◊ </a> |
40 | <a href="hands.html"> | 41 | <a class="nextlink" href="hands.html"> |
41 | <span class="nextlink">Hands ></span> | 42 | Hands |
42 | </a> | 43 | </a> |
43 | </nav> | 44 | </nav> |
44 | 45 | ||