From 5042c81b85cd763c291de49ad4f985077daa4a29 Mon Sep 17 00:00:00 2001 From: davyd Date: Sat, 19 Jun 2004 04:07:16 +0000 Subject: [PATCH] Fix for h1, h2 in body --- planet.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- 2.20.1