svn commit: samba-web r1042 - in trunk/style: .

deryck at samba.org deryck at samba.org
Mon Sep 25 12:11:27 GMT 2006


Author: deryck
Date: 2006-09-25 12:11:27 +0000 (Mon, 25 Sep 2006)
New Revision: 1042

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1042

Log:
Set the default colors for links.

deryck

Modified:
   trunk/style/common.css


Changeset:
Modified: trunk/style/common.css
===================================================================
--- trunk/style/common.css	2006-09-24 04:13:50 UTC (rev 1041)
+++ trunk/style/common.css	2006-09-25 12:11:27 UTC (rev 1042)
@@ -101,7 +101,13 @@
 
 /* Links
 ***********************************************************/
-a:link:hover {
+a:link {
+	color:#00E;
+}
+a:visited {
+	color:#551A8B;
+}
+a:link:hover, a:visited:hover {
 	color:#CC0033;
 	background-color:#FFFF64;
 }



More information about the samba-cvs mailing list