Common.css: Difference between revisions
From HacDC Wiki
(small tweak to line-height and spacing between paragraphs) |
(adding bold to h2) |
||
Line 4: | Line 4: | ||
line-height:1.4em; | line-height:1.4em; | ||
margin:0.4em 0 1em; | margin:0.4em 0 1em; | ||
} | |||
#bodyContent h2 { | |||
font-weight:bold; | |||
} | } |
Revision as of 01:38, 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; } #bodyContent h2 { font-weight:bold; }