fixes #12
This commit is contained in:
parent
537b14d19e
commit
09e758bdf8
1 changed files with 16 additions and 1 deletions
|
@ -2,6 +2,22 @@
|
|||
|
||||
@media screen {
|
||||
|
||||
body {
|
||||
#dokuwiki__site {
|
||||
.wrapper {
|
||||
#dokuwiki__content {
|
||||
.pad {
|
||||
.page {
|
||||
.thumb2 {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* top bar */
|
||||
.dokuwiki .topbar {
|
||||
position: absolute;
|
||||
|
@ -145,4 +161,3 @@ div.dokuwiki ul.toc li.level5 a:before {
|
|||
counter-increment: level5;
|
||||
}
|
||||
/* End: nummerierte Ueberschriften */
|
||||
|
||||
|
|
Reference in a new issue