From 0aa7b39f0209a3ce25831b15950212d8907f2b13 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 20 Nov 2001 22:20:24 +0000 Subject: [PATCH] h3,h4 attrs -> +=h5,h6,caption --- clanek.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clanek.php b/clanek.php index 28bc68f..4fd95eb 100644 --- a/clanek.php +++ b/clanek.php @@ -4,7 +4,8 @@ $head_css=" th,td { padding: 3px } -h3,h4 { color: cyan; background-color: transparent; } +h3,h4,h5,h6 { color: cyan; background-color: transparent; } +caption { color: cyan; background-color: transparent; } "; prepvar("year" ,"[0-9]+"); -- 1.8.3.1