Jump to content

MediaWiki:Common.css: Difference between revisions

From KDE Community Wiki
Neverendingo (talk | contribs)
Created page with "CSS placed here will be applied to all skins: input.oo-ui-inputWidget-input { height: 2em; }"
 
Neverendingo (talk | contribs)
No edit summary
Line 2: Line 2:


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

Revision as of 13:16, 9 March 2016

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

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