diff options
author | rupak19 | 2020-04-19 19:04:32 +0530 |
---|---|---|
committer | rupak19 | 2020-04-19 19:04:32 +0530 |
commit | 5e31a0ae0155db60e3bf193292ea487728521d40 (patch) | |
tree | d88d09d3abe8e02b8c906d7c974e30466d2328b6 /help/en_US/scilab_en_US_help/style.css | |
parent | 06d3027c99113c386336f723e3c601e2c129347a (diff) | |
download | fossee-scilab-octave-toolbox-5e31a0ae0155db60e3bf193292ea487728521d40.tar.gz fossee-scilab-octave-toolbox-5e31a0ae0155db60e3bf193292ea487728521d40.tar.bz2 fossee-scilab-octave-toolbox-5e31a0ae0155db60e3bf193292ea487728521d40.zip |
Fixed bug in start file
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; +} |