Actions

MediaWiki

Common.css: Difference between revisions

From HacDC Wiki

(turned on white-space honoring)
 
(moved non-Monobook specific tweaks to Monobook.css)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw_contentholder p {white-space:pre-wrap; }
#bodyContent p {
  white-space:pre-wrap;
}

Latest revision as of 20:08, 2 December 2010

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