Skip to content

Commit

Permalink
footer includes mail addy
Browse files Browse the repository at this point in the history
  • Loading branch information
walterdejong committed May 28, 2011
1 parent 24b7d7e commit d490f7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion doc/footer.html
@@ -1,5 +1,7 @@
<div id="footer"> <div id="footer">
<br /> <div class="line"> </div><br />
If you really must, you can contact the author at
<a href="mailto:walter at heiho dot net">walter at heiho dot net</a>
</div> </div>


</div> <!-- end page --> </div> <!-- end page -->
Expand Down
4 changes: 2 additions & 2 deletions doc/header.html
Expand Up @@ -14,7 +14,8 @@
<h1>synctool documentation</h1> <h1>synctool documentation</h1>
<br class="vtab" /> <br class="vtab" />
<p> <p>
<em>synctool by Walter de Jong &lt;walter@heiho.net&gt; (c) 2003-2011</em><br /> <em>synctool by Walter de Jong &lt;walter@heiho.net&gt; (c) 2003-2011</em>
<br />
<br /> <br />
synctool comes with <strong>no warranty</strong>. synctool is synctool comes with <strong>no warranty</strong>. synctool is
<strong>free software</strong>.<br /> <strong>free software</strong>.<br />
Expand All @@ -26,4 +27,3 @@ <h1>synctool documentation</h1>
</div> <!-- end header --> </div> <!-- end header -->


<div id="content"> <div id="content">

6 changes: 5 additions & 1 deletion doc/synctool_doc.css
Expand Up @@ -135,7 +135,11 @@ div#footer {
position: absolute; position: absolute;
width: 100%; width: 100%;
bottom: 0; /* stick to bottom */ bottom: 0; /* stick to bottom */
border-top: dashed 3px #eee; padding: 0em 0em .5em;

font-family: georgia, times, serif;
font-style: italic;
font-size: .8em;
} }


.example { .example {
Expand Down
2 changes: 0 additions & 2 deletions doc/toc.m4
Expand Up @@ -9,6 +9,4 @@ View documentation as a <a href="single.html">single page</a> document.
</p> </p>
</div> </div>


</div> <!-- end content -->

include(`footer.html') include(`footer.html')

0 comments on commit d490f7e

Please sign in to comment.