SVN: toys/stbr/index.php

shadzik shadzik at pld-linux.org
Thu May 17 02:06:29 CEST 2007


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;


More information about the pld-cvs-commit mailing list