diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | lib/sisu/v1/html_format.rb | 14 |
2 files changed, 9 insertions, 7 deletions
@@ -21,6 +21,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.71.1.orig.tar.gz * html scroll css, left margin + * html seg, navigation band buttons placement + %% sisu_0.71.0.orig.tar.gz (2009-07-09:27/4) http://www.jus.uio.no/sisu/pkg/src/sisu_0.71.0.orig.tar.gz 5fa480544ae30d2e2e21064cb505e3c72a467a4ca8018fd1c51ec485ff5b668e 1548373 sisu_0.71.0.orig.tar.gz diff --git a/lib/sisu/v1/html_format.rb b/lib/sisu/v1/html_format.rb index eb29f9f9..0ceb1a8b 100644 --- a/lib/sisu/v1/html_format.rb +++ b/lib/sisu/v1/html_format.rb @@ -282,10 +282,10 @@ WOK <tr><td width="20%"> #{@vz.banner_band} </td> -<td width="60%" align="center"> +<td width="75%" align="center"> #@tocband_segtoc </td> -<td width="20%" align="right"> +<td width="5%" align="right"> #{firstseg} #{@vz.table_close} <p />} @@ -301,10 +301,10 @@ WOK <tr><td width="20%"> </td> -<td width="60%" align="center"> +<td width="75%" align="center"> #@tocband_segtoc </td> -<td width="20%" align="right"> +<td width="5%" align="right"> #{firstseg} #{@vz.table_close} <p />} @@ -842,10 +842,10 @@ WOK <td width="20%" align="left"> #{@vz.banner_band} </td> -<td width="60%" align="center"> +<td width="75%" align="center"> #{doc_types} </td> -<td width="20%" align="right"> +<td width="5%" align="right"> #{segtocband} </td></tr> </table> @@ -858,7 +858,7 @@ WOK <td width="70%" align="center"> #{doc_types} </td> - <td width="30%" align="right"> + <td width="5%" align="right"> #{segtocband} </td></tr> </table> |