Actions

MediaWiki

Common.css: Difference between revisions

From HacDC Wiki

(small tweak to line-height and spacing between paragraphs)
(moved non-Monobook specific tweaks to Monobook.css)
 
(One intermediate revision by the same user not shown)
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;
}
}

Latest revision as of 20:08, 2 December 2010

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