Difference between revisions of "MediaWiki:Common.css"

From NY Science Standards Wiki
Line 7: Line 7:
 
   height: auto !important;
 
   height: auto !important;
 
   padding: 0.8 em;
 
   padding: 0.8 em;
   background-color: rub(241, 241, 241);
+
   background-color: rgb(241, 241, 241);
 
}
 
}

Revision as of 08:16, 19 April 2025

/* CSS placed here will be applied to all skins */

@import "override.css";

#question-images img {
  max-width: 100% !important;
  height: auto !important;
  padding: 0.8 em;
  background-color: rgb(241, 241, 241);
}