html5/spec-author-view style.css,1.41,1.42

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13590

Modified Files:
	style.css 
Log Message:
bolding dt's in element class

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- style.css	2 Mar 2011 12:38:07 -0000	1.41
+++ style.css	2 Mar 2011 12:46:54 -0000	1.42
@@ -127,6 +127,7 @@
      display:none !important;
    }
    
+   dl.element {font-weight:bold;}
 /* 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:46:58 UTC