diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 9c07f72..fb96c42 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -675,7 +675,9 @@ hr{ display:block; position:relative; font-size:90%; - color:#b3b3b3} + color:#b3b3b3; + direction: ltr; +} #table-of-contents a:hover{ background-color:#4e4a4a; @@ -692,6 +694,7 @@ hr{ width:300px; overflow-x:hidden; overflow-y:scroll; + direction: rtl; height:100%; background:#343131; z-index:200} diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 36e221b..e98a45e 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -832,7 +832,9 @@ hr{ display:block; position:relative; font-size:90%; - color:#b3b3b3} + color:#b3b3b3; + direction: ltr; +} #table-of-contents a:hover{ background-color:#4e4a4a; @@ -849,6 +851,7 @@ hr{ width:300px; overflow-x:hidden; overflow-y:scroll; + direction: rtl; height:100%; background:#343131; z-index:200}