MediaWiki:Common:css

Revision as of 04:25, 29 May 2024 by Dpaine (talk | contribs) (Created page with "→‎Target the specific image and ensure it retains its original dimensions: .mw-parser-output img[src*="Top_teal_bar03.png"] { width: auto !important; max-width: non...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Target the specific image and ensure it retains its original dimensions */ .mw-parser-output img[src*="Top_teal_bar03.png"] {

   width: auto !important;
   max-width: none !important;
   height: auto !important;

}