Changeset 84608 in webkit


Ignore:
Timestamp:
Apr 22, 2011 12:23:12 AM (13 years ago)
Author:
ojan@chromium.org
Message:

2011-04-22 Ojan Vafai <ojan@chromium.org>

Reviewed by Eric Seidel.

address maciej's styling feedback for results.html page
https://bugs.webkit.org/show_bug.cgi?id=59165

  • fast/harness/results.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84606 r84608  
     12011-04-22  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        address maciej's styling feedback for results.html page
     6        https://bugs.webkit.org/show_bug.cgi?id=59165
     7
     8        * fast/harness/results.html:
     9
    1102011-04-21  Chris Weber  <chris@lookout.net>
    211
  • trunk/LayoutTests/fast/harness/results.html

    r84568 r84608  
    1414
    1515thead, tbody {
    16     background-color: #E3E9FF;
     16    background-color: #eee;
     17}
     18
     19table {
     20    white-space: nowrap;
    1721}
    1822
     
    7579    border-top: 1px solid lightgray;
    7680    vertical-align: top;
     81}
     82
     83#options {
     84    background-color: white;
    7785}
    7886
Note: See TracChangeset for help on using the changeset viewer.