Author: shadzik
Date: Thu May 17 02:06:28 2007
New Revision: 8581

Modified:
   toys/stbr/index.php
Log:
- more css stuff (a and a:hover)


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 02:06:28 2007
@@ -48,6 +48,14 @@
 div#logoPLD {
        text-align: right;
 }
+
+a {
+       color: blue;
+}
+
+a:hover {
+       color: red;
+}
 #Popup {
        display: none;
        position: absolute;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to