diff options
author | shag527 | 2021-04-17 12:04:06 +0530 |
---|---|---|
committer | shag527 | 2021-04-17 12:04:06 +0530 |
commit | 91c48b90d09b9873d1498b9e3af80091b0dd4cee (patch) | |
tree | e3bbe438f72302c1eb592f41b257fb3762125bb5 /help/en_US/scilab_en_US_help/style.css | |
parent | e43fd7fe8ac865bd26b2cd15f7574653870c775c (diff) | |
download | fossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.tar.gz fossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.tar.bz2 fossee-scilab-octave-toolbox-91c48b90d09b9873d1498b9e3af80091b0dd4cee.zip |
Captured original octave errors in scilab
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, 4 insertions, 12 deletions
diff --git a/help/en_US/scilab_en_US_help/style.css b/help/en_US/scilab_en_US_help/style.css index edc0b85..93bd898 100644 --- a/help/en_US/scilab_en_US_help/style.css +++ b/help/en_US/scilab_en_US_help/style.css @@ -68,7 +68,6 @@ h5 { color:#333333; line-height:120%; padding:10px; - direction: ltr; } .literal { @@ -92,14 +91,12 @@ h5 { font-family: monospace; font-size: 100%; color: #32b9b9; - direction: ltr; } .varname { font-family: monospace; font-weight: bold; font-size: 100%; - direction: ltr; } .constant { @@ -133,7 +130,6 @@ a:hover { pre { margin-bottom: 0px; margin-top: 0px; - direction: ltr; } .leftpart { @@ -207,10 +203,9 @@ ul.toc li { /* Top and bottom navigation controls on manual pages --------------------- */ div.manualnavbar { background-color: #F0F0FF; - color: inherit; - padding: 4px; - margin-bottom: 10px; - direction: ltr; + color: inherit; + padding: 4px; + margin-bottom: 10px; } div.manualnavbar .prev { padding-right: 4px; @@ -380,7 +375,4 @@ td.revnumber { vertical-align: top; } -tr -{ - vertical-align: top; -} + |