diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 11:51:36 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 11:51:36 +0100 |
commit | 757f6ddab0add1026d4b4afb980fbd244df05f02 (patch) | |
tree | da146ce2efe9c76d2428fbf45494aea21e69de4e /lib/tpl | |
parent | 809448f525b31b791cfbb57255354c14c6a009a2 (diff) | |
download | rpg-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.
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/css/mobile.less | 1 |
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, |