From 664f2201d4ef2efde8b19da773e09ea35adeaa9e Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 28 Sep 2001 23:52:56 +0000 Subject: [PATCH] +th/td cosmetic padding in the articles --- clanek.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clanek.php b/clanek.php index 5465ab7..6177beb 100644 --- a/clanek.php +++ b/clanek.php @@ -2,6 +2,10 @@ include("common.php"); + $head_css=" +th,td { padding: 3px } +"; + prepvar("year" ,"[0-9]+"); prepvar("month","[0-9]+"); prepvar("id" ,"[0-9]+",false/*required*/); -- 1.8.3.1