19 lines
246 B
CSS
19 lines
246 B
CSS
|
.pdoc h1 {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
{% if module and module.name == "events" %}
|
||
|
|
||
|
.pdoc .class {
|
||
|
padding-left: 0;
|
||
|
--name: var(--text);
|
||
|
background: none;
|
||
|
font-size: 1.2em;
|
||
|
}
|
||
|
|
||
|
.pdoc .classattr {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
{% endif %}
|