Actions

MediaWiki

Common.css: Difference between revisions

From HacDC Wiki

(turned on white-space honoring)
 
m (hmmm... div changed names?)
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; }

Revision as of 01:20, 1 December 2010

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