Mercurial > geeqie
diff doc/template.html @ 1082:47b9f5bc2606
Align Previous to the left, drop useless col tags.
author | zas_ |
---|---|
date | Sat, 25 Oct 2008 08:49:07 +0000 |
parents | f1a52d530df9 |
children | 31a1a3f85859 |
line wrap: on
line diff
--- a/doc/template.html Sat Oct 25 08:14:34 2008 +0000 +++ b/doc/template.html Sat Oct 25 08:49:07 2008 +0000 @@ -9,6 +9,7 @@ <title>Chapter - Geeqie User Manual</title> <style type="text/css"> /*<![CDATA[*/ + p.previous {text-align: left} p.gq-template-5 {margin-bottom: 0in} div.gq-template-4 {text-align: center} table.gq-template-3 {page-break-before: always} @@ -21,14 +22,11 @@ <body lang="en-US" dir="ltr" xml:lang="en-US"> <div class="gq-template-4"> <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-template-3"> - <col width="85*" /> - <col width="85*" /> - <col width="85*" /> <thead> <tr valign="top"> <td width="33%"> - <p><a href="previous.html">Previous</a> + <p class="previous"><a href="previous.html">Previous</a> </p> </td> @@ -63,14 +61,11 @@ <div class="gq-template-4"> <table width="100%" border="0" cellpadding="4" cellspacing="0"> - <col width="85*" /> - <col width="85*" /> - <col width="85*" /> <thead> <tr valign="top"> <td width="33%"> - <p><a href="previous.html">Previous</a> + <p class="previous"><a href="previous.html">Previous</a> </p> </td>