summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r--lib/tpl/dokuwiki/css/rtl.css20
1 files 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;
}