garden-o-matic should be pretty in Open Sans.
authordglazkov@chromium.org <dglazkov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 01:27:04 +0000 (01:27 +0000)
committerdglazkov@chromium.org <dglazkov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 27 Sep 2011 01:27:04 +0000 (01:27 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68845

Reviewed by Adam Barth.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css: Tweaked to bring back teh fonts.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96059 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css
Tools/ChangeLog

index a7292a1..9f7e8c0 100644 (file)
@@ -37,6 +37,10 @@ a {
     color: #333;
 }
 
+.ui-widget-content {
+    font-family: 'Open Sans';
+}
+
 .ui-widget button, button {
     font-family: 'Open Sans';
     border-radius: 2px;
index 0e44a3a..7db10be 100644 (file)
@@ -1,5 +1,14 @@
 2011-09-26  Dimitri Glazkov  <dglazkov@chromium.org>
 
+        garden-o-matic should be pretty in Open Sans.
+        https://bugs.webkit.org/show_bug.cgi?id=68845
+
+        Reviewed by Adam Barth.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/common.css: Tweaked to bring back teh fonts.
+
+2011-09-26  Dimitri Glazkov  <dglazkov@chromium.org>
+
         garden-o-matic should not say "Just now" when it doesn't actually know when an event happened.
         https://bugs.webkit.org/show_bug.cgi?id=68841