mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Github CI lint - eslint/stylelint
This commit is contained in:
parent
c3483d3fb6
commit
e065d03b61
|
@ -210,32 +210,32 @@
|
|||
|
||||
// Icon styles
|
||||
.footer-icons {
|
||||
a[href*='starcitizen.tools'] {
|
||||
a[ href*='starcitizen.tools' ] {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
a[href*='robertsspaceindustries'] {
|
||||
a[ href*='robertsspaceindustries' ] {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
a[href*='gdpr'] {
|
||||
a[ href*='gdpr' ] {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
a[href*='wikiapiary'] {
|
||||
a[ href*='wikiapiary' ] {
|
||||
width: 95px;
|
||||
margin-bottom: -3px; //dirty fix
|
||||
}
|
||||
|
||||
a[href*='mediawiki'] {
|
||||
a[ href*='mediawiki' ] {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
a[href*='miraheze'] {
|
||||
a[ href*='miraheze' ] {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
a[href*='by-sa'] {
|
||||
a[ href*='by-sa' ] {
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue