html5/spec-author-view style.css,1.34,1.35

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

Modified Files:
	style.css 
Log Message:
trying to get bold on captions to stick

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- style.css	2 Mar 2011 10:26:40 -0000	1.34
+++ style.css	2 Mar 2011 10:28:36 -0000	1.35
@@ -181,7 +181,7 @@
 table { border: 0px; }
 table th, table td { border: 0px; border: 1px solid #8A9C9C; padding: 4px; vertical-align: top; }
 table th li, table td li { margin: 0px 0px 0px 1.5em; }
-table caption, table th { text-align: left; color: #627B7B;font-weight:bold; }
+table caption, table th { text-align: left; color: #627B7B;font-weight:bold !important; }
 
 /* change color from #099 to #006F6F */ 
 table th { color: #006F6F; }

Received on Wednesday, 2 March 2011 10:28:39 UTC