xref: /plugin/combo/resources/theme/default/components/css/dokuwiki.css (revision 5b7a56ccb7c57144ce99d82ebd684c7eb5d4f441)
1/**
2 * A stylesheet to fight the dokuwiki template css rules
3 *
4 * Reversing Bad height default: https://github.com/splitbrain/dokuwiki/issues/3690
5 * In all.css
6 */
7.svg-cs { height: auto; }
8
9.blockquote-cs { padding: initial }
10