WebKitTools/TestResultServer/stylesheets/dashboardfile.css
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 body {
       
     2   font-family: Verdana, Helvetica, sans-serif;
       
     3   padding: 0px;
       
     4   color: #444;
       
     5 }
       
     6 h1 {
       
     7   color: #444;
       
     8   font-size: 14pt;
       
     9   font-style: italic;
       
    10   margin: 0px;
       
    11   padding: 5px;
       
    12 }
       
    13 table {
       
    14   border-spacing: 0px;
       
    15 }
       
    16 th {
       
    17   background-color: #AAA;
       
    18   color: white;
       
    19   text-align: left;
       
    20   padding: 5px;
       
    21   font-size: 12pt;
       
    22 }
       
    23 td {
       
    24   font-size: 11pt;
       
    25   padding: 3px;
       
    26   text-align: left;
       
    27 }
       
    28 tr:hover {
       
    29   background-color: #EEE;
       
    30 }