mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-11 15:38:07 +00:00
53f4783ffd
* I've moved the one remaining file in resources/ to modules/. The repo had both resources/ and modules/. * Class files are named after their class. * Files with init logic on a page are named init.js. * Files that only export re-usable classes for another module, are named index.js. Bug: T193826 Depends-On: If661c68bea069e99cfff35711efdde7805a12851 Change-Id: Ic8975d7ba349ba50f9039545d2eb8d912ccdce26
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;
|
|
}
|