aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2009-07-24 21:07:40 -0400
committerRalph Amissah <ralph@amissah.com>2009-07-24 21:08:33 -0400
commit20a2f6366d29c5e6b9fec334debb59b09649d515 (patch)
tree95e41b56e8a3268c2f95ce92421766f9b4ce2db8
parentdal images, if no rmagick, system call imagemagick directly if available (diff)
html seg, navigation band button placementsisu_0.71.1
-rw-r--r--CHANGELOG2
-rw-r--r--lib/sisu/v1/html_format.rb14
2 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 81c56dac..efb5a3e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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">
&nbsp;#{firstseg}&nbsp;
#{@vz.table_close}
<p />}
@@ -301,10 +301,10 @@ WOK
<tr><td width="20%">
&nbsp;
</td>
-<td width="60%" align="center">
+<td width="75%" align="center">
#@tocband_segtoc
</td>
-<td width="20%" align="right">
+<td width="5%" align="right">
&nbsp;#{firstseg}&nbsp;
#{@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>