From 4c3ecbf1c41f3608f8fec22cf30ada73662bdf12 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Thu, 23 Feb 2012 03:22:32 +0000
Subject: [PATCH] updated RTL styles to latest mobile changes

---
 lib/tpl/dokuwiki/css/rtl.css | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/lib/tpl/dokuwiki/css/rtl.css b/lib/tpl/dokuwiki/css/rtl.css
index e3bb7e27b..851f70850 100644
--- a/lib/tpl/dokuwiki/css/rtl.css
+++ b/lib/tpl/dokuwiki/css/rtl.css
@@ -519,7 +519,7 @@ form#subscribe__form fieldset {
 
 /*____________ mobile ____________*/
 
-@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
+@media only screen and (max-width: 768px), only screen and (max-device-width: 960px) {
 
 
 .hasSidebar #dokuwiki__content,
@@ -527,6 +527,18 @@ form#subscribe__form fieldset {
     margin-right: 0;
 }
 
+.dokuwiki div.toc {
+    float: none;
+    margin: 0 0 1em 0;
+    border-right-width: 0;
+}
+
+
+} /* /@media */
+
+@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
+
+
 #dokuwiki__header ul.a11y.skip {
     left: auto !important;
     right: 0 !important;
@@ -556,12 +568,6 @@ form#subscribe__form fieldset {
     float: left;
 }
 
-.dokuwiki div.toc {
-    float: none;
-    margin: 0 0 1em 0;
-    border-right-width: 0;
-}
-
 .dokuwiki label.block {
     text-align: right;
 }
-- 
GitLab