Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
p { margin-left: -2em;
+
p {
text-indent: 2em
+
  margin-bottom: 0 }
}
+
p + p {
 +
  text-indent: 1.5em;
 +
  margin-top: 0 }

Revision as of 22:10, 14 July 2015

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

p {
  margin-bottom: 0 }
p + p {
  text-indent: 1.5em;
  margin-top: 0 }