summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2015-02-24 11:51:36 +0100
committerAndreas Gohr <gohr@cosmocode.de>2015-02-24 11:51:36 +0100
commit757f6ddab0add1026d4b4afb980fbd244df05f02 (patch)
treeda146ce2efe9c76d2428fbf45494aea21e69de4e
parent809448f525b31b791cfbb57255354c14c6a009a2 (diff)
downloadrpg-757f6ddab0add1026d4b4afb980fbd244df05f02.tar.gz
rpg-757f6ddab0add1026d4b4afb980fbd244df05f02.tar.bz2
simple fix for pageID clash with sidebar in mobile view
Since the pageid is no longer positioned absolute it clashed with the sidebar since #1027. this introduces a very simplisitc fix.
-rw-r--r--lib/tpl/dokuwiki/css/mobile.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/css/mobile.less b/lib/tpl/dokuwiki/css/mobile.less
index c3e517795..ac7c46456 100644
--- a/lib/tpl/dokuwiki/css/mobile.less
+++ b/lib/tpl/dokuwiki/css/mobile.less
@@ -23,6 +23,7 @@
#dokuwiki__aside {
width: 100%;
float: none;
+ margin-bottom: 1.5em;
}
#dokuwiki__aside > .pad,