From acbe5278b45927ad732f46a84905ae2b8abc9bcc Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Tue, 5 May 2015 23:54:25 +0200 Subject: [PATCH] Show the TOC scrollbar on the left --- styles/readtheorg/css/readtheorg.css | 5 ++++- styles/readtheorg/readtheorg.org | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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}