Title: [172565] branches/safari-600.1-branch/Source/WebInspectorUI
Revision
172565
Author
lforsch...@apple.com
Date
2014-08-13 21:05:06 -0700 (Wed, 13 Aug 2014)

Log Message

Merged r172525.  <rdar://problem/17997324>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172564 => 172565)


--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-14 04:03:28 UTC (rev 172564)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-14 04:05:06 UTC (rev 172565)
@@ -1,5 +1,19 @@
 2014-08-13  Lucas Forschler  <lforsch...@apple.com>
 
+        Merge r172525
+
+    2014-08-13  Timothy Hatcher  <timo...@apple.com>
+
+            Web Inspector: Restore Helvetica as the dashboard font in legacy mode
+            https://bugs.webkit.org/show_bug.cgi?id=135886
+
+            Reviewed by Joseph Pecoraro.
+
+            * UserInterface/Views/DefaultDashboardView.css:
+            (body.mac-platform.legacy .toolbar .dashboard.default > .item):
+
+2014-08-13  Lucas Forschler  <lforsch...@apple.com>
+
         Merge r172515
 
     2014-08-12  Joseph Pecoraro  <pecor...@apple.com>

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.css (172564 => 172565)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.css	2014-08-14 04:03:28 UTC (rev 172564)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.css	2014-08-14 04:05:06 UTC (rev 172565)
@@ -58,6 +58,7 @@
 }
 
 body.mac-platform.legacy .toolbar .dashboard.default > .item {
+    font-family: Helvetica, sans-serif;
     font-weight: bold;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to