From e9f81c94812752a522ba1bdcb995dd963c2130f9 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sun, 1 Mar 2009 22:28:38 +0000 Subject: - More RTL fixes for bug #563559 * xslt/docbook/html/db2html-css.xsl: * xslt/gettext/gettext.xsl: - More RTL fixes for bug #563559 svn path=/trunk/; revision=1149 --- ChangeLog | 5 +++++ xslt/docbook/html/db2html-css.xsl | 23 +++++++++++++---------- xslt/gettext/gettext.xsl | 4 ++-- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e0f33b..8e60056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-01 Shaun McCance + + * xslt/gettext/gettext.xsl: + - More RTL fixes for bug #563559 + 2009-02-01 Shaun McCance * configure.in: diff --git a/xslt/docbook/html/db2html-css.xsl b/xslt/docbook/html/db2html-css.xsl index 6c726a3..b87bfca 100644 --- a/xslt/docbook/html/db2html-css.xsl +++ b/xslt/docbook/html/db2html-css.xsl @@ -118,7 +118,7 @@ th { padding: 0 0.83em 0 0.83em; } tr.tr-shade { background-color: ; } -td.td-colsep { border-right: solid 1px; } +td.td-colsep { border-: solid 1px; } td.td-rowsep { border-bottom: solid 1px; } thead { border-top: solid 2px; border-bottom: solid 2px; } tfoot { border-top: solid 2px; border-bottom: solid 2px; } @@ -129,8 +129,7 @@ div.body { border: solid 1px ; } div.body-sidebar { - - margin-right: 13em; + margin-: 13em; } div.division div.division { margin-top: 1.72em; } div.division div.division div.division { margin-top: 1.44em; } @@ -214,24 +213,28 @@ div.navbar img { border: 0; vertical-align: -0.4em; } table.navbar { width: 100%; margin: 0; border: none; } table.navbar td { padding: 0; border: none; } td.navbar-next { - - text-align: right; + text-align: ; } a.navbar-prev::before { - content: '◀  '; + content: ' + ◀   + ▶   + '; color: ; } a.navbar-next::after { - content: '  ▶'; + content: ' +   ▶ +   ◀ + '; color: ; } div.sidebar { - - float: right; + float: ; padding: 0; margin: 0; width: 12em; } div.sidenav { @@ -275,7 +278,6 @@ span.bibliolabel { div.admonition { padding: 0.5em 6px 0.5em 6px; - min-height: px; border: solid 1px ; background-color: ; } @@ -284,6 +286,7 @@ div.caution-inner, div.important-inner, div.note-inner, div.tip-inner, div.warni px; background-position: top; background-repeat: no-repeat; + min-height: px; } div.caution-inner { background-image: url(" "); } diff --git a/xslt/gettext/gettext.xsl b/xslt/gettext/gettext.xsl index 2bb260f..daec15a 100644 --- a/xslt/gettext/gettext.xsl +++ b/xslt/gettext/gettext.xsl @@ -801,7 +801,7 @@ REMARK: Lots of documentation is needed - + right @@ -823,7 +823,7 @@ REMARK: Lots of documentation is needed - + left -- cgit v1.2.1