ui: add margin for titles

No margin-top, because as title tags are contained inside magic-dom divs, all
the margin apply (they are not merged as usual).

Move some colibris rules into the skin independent rules.
This commit is contained in:
Sebastian Castro 2020-05-12 16:04:17 +02:00 committed by muxator
parent 373932a1df
commit 08930fae05
2 changed files with 15 additions and 13 deletions

View file

@ -6,15 +6,3 @@
color: #485365;
color: var(--text-color);
}
#innerdocbody span {
padding: 3px 0 !important;
}
#innerdocbody h1 span {
padding: 0;
}
option {
text-transform: capitalize;
}