MediaWiki:Minerva.css: Difference between revisions
m fixing the last edit |
practice attempt - combination test Tag: Reverted |
||
| Line 42: | Line 42: | ||
/* blob for framing of the JPGs */ | /* blob for framing of the JPGs */ | ||
figure[typeof~="mw:File/Thumb"]:has(> a > img[src$=".jpg"] | figure[typeof~="mw:File/Thumb"]:has(> a > (img[src$=".jpg"], img[src$=".jpeg"])) { | ||
border: solid 1px var(--box-shadow-color-base); | border: solid 1px var(--box-shadow-color-base); | ||
border-bottom:none; | border-bottom:none; | ||
} | } | ||
figure[typeof~="mw:File/Thumb"]:has(> a > img[src$=".jpg"] | figure[typeof~="mw:File/Thumb"]:has(> a > (img[src$=".jpg"], img[src$=".jpeg"])) > figcaption { | ||
padding: 6px !important; | padding: 6px !important; | ||
margin-top: 0px; | margin-top: 0px; | ||