Skip to content
Snippets Groups Projects
Commit 2f63e920 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #1053 from splitbrain/pageidmobile

simple fix for pageID clash with sidebar in mobile view
parents c2886dcb a2e737c4
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#dokuwiki__aside {
width: 100%;
float: none;
margin-bottom: 1.5em;
}
#dokuwiki__aside > .pad,
......@@ -158,6 +159,11 @@ body {
padding: 0 .5em;
}
}
#dokuwiki__aside {
margin-bottom: 0;
}
#dokuwiki__header {
padding: .5em 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment