r9058 - /scripts/qa/templates/by_category_colours

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Nov 8 18:26:56 UTC 2007


Author: dmn
Date: Thu Nov  8 18:26:55 2007
New Revision: 9058

URL: http://svn.debian.org/wsvn/?sc=1&rev=9058
Log:
Use #nnnnnnn for colors that are not defined in CSS 2.1

Modified:
    scripts/qa/templates/by_category_colours

Modified: scripts/qa/templates/by_category_colours
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category_colours?rev=9058&op=diff
==============================================================================
--- scripts/qa/templates/by_category_colours (original)
+++ scripts/qa/templates/by_category_colours Thu Nov  8 18:26:55 2007
@@ -177,13 +177,13 @@
             text-align: left;
         }
         .to_upload {
-            background: lightsalmon;
+        background: #FFA27B;    /* lightsalmon */
         }
         .to_debug {
-            background: lightseagreen;
+        background: #21B2AD;    /* lightseagreen */
         }
         .to_upgrade {
-            background: lightblue;
+        background: #ADDBE6;    /* lightblue */
         }
     </style>
     <script type="text/javascript">




More information about the Pkg-perl-cvs-commits mailing list