- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Apr 2011 17:25:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv12166
Modified Files:
style.css
Log Message:
updated
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- style.css 25 Apr 2011 09:03:04 -0000 1.67
+++ style.css 25 Apr 2011 17:25:35 -0000 1.68
@@ -146,7 +146,9 @@
a:focus, a:active{background-color:#FFFFAA; color:#366; }
/* change color from #366 to #1C3838 */
+/* NO, don't make the visited color different from normal link
a:visited { color: #dc143c; }
+*/
/* added link color and added link change on focus same as hover (couldn't find where hover was specified) */
p.strong-note a {color: #ffffff;}
Received on Monday, 25 April 2011 17:25:38 UTC