diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/style.css')
-rw-r--r-- | help/en_US/scilab_en_US_help/style.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/help/en_US/scilab_en_US_help/style.css b/help/en_US/scilab_en_US_help/style.css index 93bd898..edc0b85 100644 --- a/help/en_US/scilab_en_US_help/style.css +++ b/help/en_US/scilab_en_US_help/style.css @@ -68,6 +68,7 @@ h5 { color:#333333; line-height:120%; padding:10px; + direction: ltr; } .literal { @@ -91,12 +92,14 @@ h5 { font-family: monospace; font-size: 100%; color: #32b9b9; + direction: ltr; } .varname { font-family: monospace; font-weight: bold; font-size: 100%; + direction: ltr; } .constant { @@ -130,6 +133,7 @@ a:hover { pre { margin-bottom: 0px; margin-top: 0px; + direction: ltr; } .leftpart { @@ -203,9 +207,10 @@ ul.toc li { /* Top and bottom navigation controls on manual pages --------------------- */ div.manualnavbar { background-color: #F0F0FF; - color: inherit; - padding: 4px; - margin-bottom: 10px; + color: inherit; + padding: 4px; + margin-bottom: 10px; + direction: ltr; } div.manualnavbar .prev { padding-right: 4px; @@ -375,4 +380,7 @@ td.revnumber { vertical-align: top; } - +tr +{ + vertical-align: top; +} |