MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
'<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 40px 70px; justify-content: start; align-items: center;">' + | '<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 40px 70px; justify-content: start; align-items: center;">' + | ||
'<img src="'+img.cp+'" style="height: | '<img src="'+img.cp+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'<img src="'+img.ce+'" style="height: | '<img src="'+img.ce+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'<img src="'+img.ps+'" style="height: | '<img src="'+img.ps+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'<img src="'+img.pr+'" style="height: | '<img src="'+img.pr+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||