- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 12:49:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13817
Modified Files:
style.css
Log Message:
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- style.css 2 Mar 2011 12:47:49 -0000 1.43
+++ style.css 2 Mar 2011 12:48:58 -0000 1.44
@@ -127,7 +127,7 @@
display:none !important;
}
- dl.element dt {font-weight:bold;}
+ dl.element dt {font-weight:bold !important;}
/* added link change on focus same as hover (couldn't find where hover was specified) */
a:focus, a:active{background-color:#FFFFAA; color:#366; }
Received on Wednesday, 2 March 2011 12:49:14 UTC