/[drupal]/contributions/themes/genesis/css/tables.css
ViewVC logotype

Diff of /contributions/themes/genesis/css/tables.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Thu Oct 30 23:12:07 2008 UTC revision 1.3, Sat Nov 1 00:44:10 2008 UTC
# Line 1  Line 1 
1  /* $Id$ */  /* $Id: tables.css,v 1.2 2008/10/30 23:12:07 jmburnz Exp $ */
2    
3  /**  /**
4   * @file tables.css   * @file tables.css
# Line 8  Line 8 
8  /***********************************************************  /***********************************************************
9   *                   Tables   *                   Tables
10   **********************************************************/   **********************************************************/
11    
12  /* Tables still need 'cellspacing="0"' in the markup. */  /* Tables still need 'cellspacing="0"' in the markup. */
13  table           {border-collapse: collapse; border-spacing: 0;}  table           {border-collapse: collapse; border-spacing: 0;}
14  caption, th, td {text-align: left; font-weight: normal;}  caption, th, td {text-align: left; font-weight: normal;}
15  table, td, th   {vertical-align: middle;}  table, td, th   {vertical-align: middle;}
16    tbody, tfoot, thead, tr {margin: 0; padding: 0;}
17  table    {margin: 1em 0; padding: 0; width: 100%;}  table    {margin: 1em 0; padding: 0; width: 100%;}
18  thead th {font-weight: bold; border-bottom: 0.1875em solid #d3e7f4; color: #494949;}  thead th {font-weight: bold; border-bottom: 0.1875em solid #d3e7f4; color: #494949;}
19  th a:link,  th a:link,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2