From: davyd Date: Sat, 19 Jun 2004 04:07:16 +0000 (+0000) Subject: Fix for h1, h2 in body X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=commitdiff_plain;h=5042c81b85cd763c291de49ad4f985077daa4a29 Fix for h1, h2 in body --- diff --git a/planet.css b/planet.css index 3a6a7bd..504c5cd 100644 --- a/planet.css +++ b/planet.css @@ -124,6 +124,15 @@ body { text-align: justify; } +.itembody h1 { + background-color: #E0E0E0; + color: black; +} +.itembody h2 { + background-color: #E0E0E0; + color: black; +} + .item p.time { color: #999999; margin: 0;