Skip to content

Commit

Permalink
ci: 👷 lint code to MediaWiki standards
Browse files Browse the repository at this point in the history
Check commit and GitHub actions for more details
  • Loading branch information
github-actions committed Apr 17, 2024
1 parent 756c87d commit 5bc35e5
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand All @@ -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 {
Expand Down

0 comments on commit 5bc35e5

Please sign in to comment.