html5/spec-author-view style.css,1.38,1.39

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

Modified Files:
	style.css 
Log Message:
fixed link inntable underlines

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- style.css	2 Mar 2011 11:06:38 -0000	1.38
+++ style.css	2 Mar 2011 11:09:04 -0000	1.39
@@ -116,6 +116,7 @@
 /* Resets */
 h1, h2, h3, h4, h5, h6, p, a, ul, ol, dt, dd { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family: Georgia, "Bitstream Charter", serif;}
 table, caption, th, td { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family:verdana, 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;}
+td a:link , th  a:link {font-family:verdana, 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif; text-decoration:underline;}
 
 ul li, ol li { list-style-type: none; }
 dl, dd, dt {border:none !important;}

Received on Wednesday, 2 March 2011 11:09:07 UTC