WIP 02: style adjustments to match eh22 styleguide
This commit is contained in:
parent
9402a254c6
commit
a4e83ec21a
5 changed files with 86 additions and 69 deletions
|
@ -23,6 +23,15 @@ html, body {
|
|||
}
|
||||
|
||||
.dokuwiki {
|
||||
.tabs > ul li a,
|
||||
ul.tabs li strong,
|
||||
ul.tabs li a {
|
||||
border-color: var(--color-shade-4);
|
||||
}
|
||||
ul.tabs::after {
|
||||
border-color: var(--color-shade-4);
|
||||
}
|
||||
|
||||
.page ol li,
|
||||
.page ul li,
|
||||
.aside ul li {
|
||||
|
@ -88,6 +97,7 @@ html, body {
|
|||
}
|
||||
|
||||
/* license note under edit window */
|
||||
|
||||
div.license {
|
||||
font-size: @font-size-small;
|
||||
line-height: @line-height-default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue