MediaWiki:Common:css

Revision as of 04:33, 29 May 2024 by Dpaine (talk | contribs)

/* Target the specific image and ensure it retains its original dimensions */ /* Ensure specific image retains its original dimensions */ body.advanced-toc .container #content .mw-parser-output img[src*="Top_teal_bar03.png"] {

   width: 1082px !important;
   height: 246px !important;
   max-width: none !important;
   max-height: none !important;
   box-sizing: content-box !important;
   vertical-align: initial !important;
   display: block !important; /* Optional: To ensure it takes full width without affecting inline elements */

}