mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix: img inherit a.image max width
This commit is contained in:
parent
b8fbb6eb10
commit
16b08fb2ea
|
@ -39,8 +39,8 @@
|
||||||
a.image {
|
a.image {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
> img {
|
> img {
|
||||||
max-width: 100%;
|
max-width: inherit;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue