Fixed W3C CSS Validator compliance
authorshort <>
Thu, 16 Aug 2001 14:02:02 +0000 (14:02 +0000)
committershort <>
Thu, 16 Aug 2001 14:02:02 +0000 (14:02 +0000)
common.php

index ec896f4..7957a9a 100644 (file)
@@ -173,15 +173,15 @@ function heading()
 ?></title>
 <style type="text/css"><!--
 .cvs-id  { font-family: monospace; }
-.error   { color: red; }
+.error   { color: red;    background-color: transparent; }
 .quote   { font-family: monospace; }
 body {
                background-color: black;
                color: white;
                }
-:link    { color: cyan; }
-:visited { color: teal; }
-h1,h2    { color: yellow; }
+:link    { color: aqua;   background-color: transparent; }
+:visited { color: teal;   background-color: transparent; }
+h1,h2    { color: yellow; background-color: transparent; }
 <?php
        if (isset($head_css))
                print(trim($head_css)."\n");