mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
756c87dad7
commit
5bc35e5500
|
@ -16,14 +16,13 @@
|
|||
}
|
||||
|
||||
.pi-caption {
|
||||
font-size: var( --font-size-x-small );
|
||||
font-style: normal;
|
||||
// Align with Citizen caption styles
|
||||
color: var( --color-base--subtle );
|
||||
font-size: var( --font-size-x-small );
|
||||
font-style: normal;
|
||||
letter-spacing: 0.025em;
|
||||
letter-spacing: 0.025em;
|
||||
}
|
||||
|
||||
|
||||
.portable-infobox {
|
||||
font-size: var( --font-size-small );
|
||||
}
|
||||
|
@ -35,8 +34,8 @@
|
|||
|
||||
.portable-infobox .pi-header {
|
||||
font-size: var( --font-size-medium );
|
||||
font-weight: var( --font-weight-semibold );
|
||||
line-height: var( --line-height-sm );
|
||||
font-weight: var( --font-weight-semibold );
|
||||
line-height: var( --line-height-sm );
|
||||
}
|
||||
|
||||
.client-js .pi-collapse {
|
||||
|
|
Loading…
Reference in a new issue