Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: p+p { text-indent 1em; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
p+p {
+
p { margin-left: -2em;
  text-indent 1em;
+
text-indent: 2em
 
}
 
}

Revision as of 22:09, 14 July 2015

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

p { margin-left: -2em; 
 text-indent: 2em 
}