+th/td cosmetic padding in the articles
authorshort <>
Fri, 28 Sep 2001 23:52:56 +0000 (23:52 +0000)
committershort <>
Fri, 28 Sep 2001 23:52:56 +0000 (23:52 +0000)
clanek.php

index 5465ab7..6177beb 100644 (file)
@@ -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*/);