Difference between revisions of "Common.css"
From HacDC Wiki
m (hmmm... div changed names?) |
(small tweak to line-height and spacing between paragraphs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#bodyContent p {white-space:pre-wrap; } | #bodyContent p { | ||
white-space:pre-wrap; | |||
line-height:1.4em; | |||
margin:0.4em 0 1em; | |||
} |
Revision as of 18:27, 30 November 2010
/* CSS placed here will be applied to all skins */ #bodyContent p { white-space:pre-wrap; line-height:1.4em; margin:0.4em 0 1em; }