Changeset 93917 in webkit


Ignore:
Timestamp:
Aug 26, 2011 3:20:35 PM (13 years ago)
Author:
Dimitri Glazkov
Message:

Tweak the use of Open Sans in garden-o-matic summary view to make it look decent on Windows and Linux.
https://bugs.webkit.org/show_bug.cgi?id=67066

Reviewed by Adam Barth.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html: Tweaked.
  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html: Ditto.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html

    r93906 r93917  
    3030<head>
    3131<title>Mock Summary View</title>
    32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300">
     32<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
    3333<link rel="stylesheet" href="styles/common.css">
    3434<link rel="stylesheet" href="styles/results.css">
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html

    r93906 r93917  
    3030<head>
    3131<title>Garden-O-Matic Summary View</title>
    32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300">
     32<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
    3333<link rel="stylesheet" href="styles/common.css">
    3434<link rel="stylesheet" href="styles/results.css">
  • trunk/Tools/ChangeLog

    r93914 r93917  
     12011-08-26  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Tweak the use of Open Sans in garden-o-matic summary view to make it look decent on Windows and Linux.
     4        https://bugs.webkit.org/show_bug.cgi?id=67066
     5
     6        Reviewed by Adam Barth.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary-mock.html: Tweaked.
     9        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html: Ditto.
     10
    1112011-08-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
    212
Note: See TracChangeset for help on using the changeset viewer.