home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 204 / DPCS0205.ISO / Trials / AccPlus / Data1.cab / help02_tablemain.css1 < prev    next >
Encoding:
Text File  |  2003-11-20  |  748 b   |  34 lines

  1. /* Draft version of Webby R4 help02_tablemain.css file - 6-20-03 */
  2.  
  3. /* To be used with all Transit templates except MYOB RPT */
  4.  
  5.  
  6. table {
  7.     font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  8.     font-size: 12px;
  9.      font-style: normal;
  10.      font-weight: 400;
  11.      font-variant: normal;
  12.      text-transform: none;
  13.      color: #000000;
  14.     text-align: left;
  15.     background-color: #FFFFFF;
  16.     border-collapse: collapse;
  17.     border: 1px solid black;
  18.     width: 550px
  19. }
  20.  
  21. td {
  22.     font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  23.     font-size: 12px;
  24.      font-style: normal;
  25.      font-weight: 400;
  26.     font-variant: normal;
  27.      text-transform: none;
  28.      color: #000000;
  29.     text-align: left;
  30.     border: 1px solid black;
  31.     vertical-align: baseline;
  32.     width: 50%
  33. }
  34.