home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / macos / Files / wamcom.sit / wamcom-131-macos9-20030721 / res / rdf / LocalStore.css < prev    next >
Cascading Style Sheet File  |  2003-06-30  |  419b  |  35 lines

  1. window { 
  2.  display: block; 
  3.  
  4. tree { 
  5.  display: table; 
  6.  background-color: #eeeeee; 
  7.  border: none; 
  8.  border-spacing: 0px; 
  9.  border-collapse: collapse; 
  10.  
  11. treerow { 
  12.  display: table-row; 
  13.  
  14. treehead { 
  15.  display: table-header-group; 
  16.  
  17. treebody { 
  18.  display: table-row-group; 
  19.  
  20.  
  21. treecell { 
  22.  display: table-cell; 
  23.  
  24. treehead treerow treecell { 
  25.  background-color: #a0a0a0; 
  26.  border: thin black solid; 
  27.   
  28.