Difference between revisions of "MediaWiki:Common.css"

From Problem Archive
Jump to: navigation, search
(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 */
  
em {  
+
s {  
   font-style: normal;
+
   text-decoration: initial;
   background: yellow;  
+
   background: yellow;
 
}
 
}

Revision as of 18:41, 13 July 2014

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

s { 
   text-decoration: initial;
   background: yellow;
}