[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/js/js_tests/ -> test.css (source)

   1  body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   2    font-family: sans-serif;
   3  }
   4  
   5  body {
   6    font-size:0.8em;
   7  }
   8  
   9  #log {
  10    padding-bottom: 1em;
  11    border-bottom: 2px solid #000;
  12    margin-bottom: 2em;
  13  }
  14  
  15  #logsummary {
  16    margin-bottom: 1em;
  17    padding: 1ex;
  18    border: 1px solid #000;
  19    font-weight: bold;
  20  }
  21  
  22  #logtable {
  23    width:100%;
  24    border-collapse: collapse;
  25    border: 1px dotted #666;
  26  }
  27  
  28  #logtable td, #logtable th {
  29    text-align: left;
  30    padding: 3px 8px;
  31    border: 1px dotted #666;
  32  }
  33  
  34  #logtable .passed {
  35    background-color: #cfc;
  36  }
  37  
  38  #logtable .failed, #logtable .error {
  39    background-color: #fcc;
  40  }
  41  
  42  #logtable .nameCell {
  43    cursor: pointer;
  44  }


Generated: Tue Oct 14 04:47:40 2008 Cross-referenced by PHPXref 0.7