Introduced $cvs_mailhost config variable
[www.energie.vellum.cz.git] / clanek.php
index 5465ab7..28bc68f 100644 (file)
@@ -2,6 +2,11 @@
 
        include("common.php");
 
+       $head_css="
+th,td { padding: 3px }
+h3,h4 { color: cyan; background-color: transparent; }
+";
+
        prepvar("year" ,"[0-9]+");
        prepvar("month","[0-9]+");
        prepvar("id"   ,"[0-9]+",false/*required*/);