font-size des root reduziert, damit default font size 1rem entspricht
This commit is contained in:
parent
2fc1643265
commit
fda6466f1a
25 changed files with 1279 additions and 1245 deletions
|
@ -35,27 +35,26 @@
|
|||
}
|
||||
|
||||
.structaggregation{
|
||||
font-size: .88rem;
|
||||
|
||||
td, th{
|
||||
font-size: .88rem;
|
||||
|
||||
line-height: 125%;
|
||||
a{
|
||||
font-size: .88rem;
|
||||
|
||||
line-height: 125%;
|
||||
}
|
||||
}
|
||||
> a.export{
|
||||
font-size: .88rem;
|
||||
|
||||
line-height: 135%;
|
||||
padding-top: .5em;
|
||||
}
|
||||
~ ul li .li{
|
||||
font-size: .88rem;
|
||||
|
||||
}
|
||||
}
|
||||
.dokuwiki .structaggregation a.export{
|
||||
padding-top: .3em;
|
||||
font-size: .88rem;
|
||||
}
|
||||
|
||||
.main-content > .level2,
|
||||
|
@ -64,13 +63,20 @@
|
|||
.main-content > .level4,
|
||||
.main-content > .level5,
|
||||
.main-content > .level6{
|
||||
font-size: .88rem;
|
||||
padding-bottom: 1rem;
|
||||
> p, > ul > li .li{
|
||||
font-size: .88rem;
|
||||
a{
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.level1, .level2, .level3, .level4, .level5, .level6{
|
||||
line-height: 125%;
|
||||
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, th, td, textarea{
|
||||
line-height: 125%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue