mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
3cfe17ea37
Removing `0.8em`/`12.8px` VE special base `font-size` for UI as we're unifying OOUI interfaces to `14px` equals to `0.875em` at user agent default size. Bug: T189920 Depends-on: I693d168d2ccf2babbcfe8952af3e1c262aa97773 Change-Id: Idf64b077d8e5ab5b1352052b72ac198816dcc07a
30 lines
475 B
CSS
30 lines
475 B
CSS
.mw-templateData-doc-params tbody > tr > th {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.mw-templateData-doc-param-alias {
|
|
color: #777;
|
|
display: block;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.mw-templateData-doc-muted {
|
|
font-style: italic;
|
|
color: #777;
|
|
}
|
|
|
|
.mw-templatedata-doc-param-status-required {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mw-templateData-format {
|
|
font-weight: normal;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.mw-templateData-doc-param-name,
|
|
.mw-templateData-doc-param-type {
|
|
white-space: nowrap;
|
|
}
|