diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 09:57:10 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2015-02-24 09:57:10 +0100 |
commit | 30c466355a6686ac20edc1f23d87a3a8c8ec6081 (patch) | |
tree | d31a5082c6ef2cab022414397f3e1e9eefbfbd06 /lib/tpl | |
parent | eba389bb2fd1174360c5d255bbf53e1d40ab8712 (diff) | |
download | rpg-30c466355a6686ac20edc1f23d87a3a8c8ec6081.tar.gz rpg-30c466355a6686ac20edc1f23d87a3a8c8ec6081.tar.bz2 |
fixed the margin for the sidebar
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/css/design.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less index 3ded73581..548ba7228 100644 --- a/lib/tpl/dokuwiki/css/design.less +++ b/lib/tpl/dokuwiki/css/design.less @@ -11,7 +11,7 @@ ********************************************************************/ #dokuwiki__header { - padding: 2em 0 0; + padding: 2em 0 1.5em; .headings, .tools { @@ -352,6 +352,7 @@ form.search { float: right; margin-right: -1em; margin-bottom: -1px; + margin-top: -1.5em; overflow: hidden; padding: 0.5em 1em 0; |