Actions

MediaWiki

Common.css: Difference between revisions

From HacDC Wiki

(adding bold to h2)
(moved non-Monobook specific tweaks to Monobook.css)
 
Line 2: Line 2:
#bodyContent p {
#bodyContent p {
   white-space:pre-wrap;
   white-space:pre-wrap;
  line-height:1.4em;
  margin:0.4em 0 1em;
}
#bodyContent h2 {
  font-weight:bold;
}
}

Latest revision as of 20:08, 2 December 2010

/* CSS placed here will be applied to all skins */
#bodyContent p {
  white-space:pre-wrap;
}