Skip to content

Commit

Permalink
simple fix for pageID clash with sidebar in mobile view
Browse files Browse the repository at this point in the history
Since the pageid is no longer positioned absolute it clashed with the
sidebar since dokuwiki#1027. this introduces a very simplisitc fix.
  • Loading branch information
splitbrain committed Feb 24, 2015
1 parent 809448f commit 757f6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tpl/dokuwiki/css/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#dokuwiki__aside {
width: 100%;
float: none;
margin-bottom: 1.5em;
}

#dokuwiki__aside > .pad,
Expand Down

0 comments on commit 757f6dd

Please sign in to comment.