|
From: CVS C. to T. <the...@li...> - 2012-02-25 10:58:50
|
Revision: 676
http://themis.svn.sourceforge.net/themis/?rev=676&view=rev
Author: mark_hellegers
Date: 2012-02-25 10:58:44 +0000 (Sat, 25 Feb 2012)
Log Message:
-----------
Display table headers the same way as the table body for now.
Modified Paths:
--------------
trunk/themis/modules/CSSParser/html4.css
Modified: trunk/themis/modules/CSSParser/html4.css
===================================================================
--- trunk/themis/modules/CSSParser/html4.css 2012-02-25 10:15:14 UTC (rev 675)
+++ trunk/themis/modules/CSSParser/html4.css 2012-02-25 10:58:44 UTC (rev 676)
@@ -36,6 +36,9 @@
TBODY { display: table-row-group;
border-style: solid;
border-width: 1px; }
+THEAD { display: table-row-group;
+ border-style: solid;
+ border-width: 1px; }
TR { display: table-row;
border-style: solid;
border-width: 1px }
@@ -43,3 +46,7 @@
border-style: solid;
border-width: 1px;
margin-right: 2px }
+TH { display: table-cell;
+ border-style: solid;
+ border-width: 1px;
+ margin-right: 2px }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|