html5/spec-author-view style.css,1.31,1.32

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

Modified Files:
	style.css 
Log Message:
modded table border style

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- style.css	2 Mar 2011 10:00:45 -0000	1.31
+++ style.css	2 Mar 2011 10:20:16 -0000	1.32
@@ -179,7 +179,7 @@
 dd { margin: 0em 0em 0.5em; }
 
 table { border: 0px; }
-table th, table td { border: 0px; border-bottom: 1px solid #acc; padding: 4px; vertical-align: top; }
+table th, table td { border: 0px; border: 1px solid #acc; 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: #6cc; }
 

Received on Wednesday, 2 March 2011 10:20:19 UTC