Common.css: Difference between revisions
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 01:27, 1 December 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; }