MediaWiki:Common.css: Difference between revisions

From KDE Community Wiki
(Created page with "→‎CSS placed here will be applied to all skins: input.oo-ui-inputWidget-input { height: 2em; }")
 
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


input.oo-ui-inputWidget-input {
input.oo-ui-inputWidget-input {
height: 2em;
height: 2.5em;
}
}
.noautonum .tocnumber { display: none; }

Revision as of 15:42, 4 September 2019

/* CSS placed here will be applied to all skins */

input.oo-ui-inputWidget-input {
height: 2.5em;
}

.noautonum .tocnumber { display: none; }