Difference between revisions of "MediaWiki:Common.css"

From Problem Archive
Jump to: navigation, search
(Testing common.css)
 
(em will highlight in yellow rather than italic)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
s { background: yellow }
+
em {  
 +
  font-style: normal;
 +
  background: yellow;
 +
}

Revision as of 17:33, 13 July 2014

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

em { 
   font-style: normal;
   background: yellow; 
}