Title: [183352] trunk/Source/WebInspectorUI
- Revision
- 183352
- Author
- [email protected]
- Date
- 2015-04-26 06:00:57 -0700 (Sun, 26 Apr 2015)
Log Message
Web Inspector: Vertically misaligned text in Object Trees
https://bugs.webkit.org/show_bug.cgi?id=144029
Reviewed by Timothy Hatcher.
Remove top offset for object tree property titles to fix alignment issue since applying -webkit-system-font
font family to these (http://trac.webkit.org/changeset/182982).
* UserInterface/Views/ObjectTreePropertyTreeElement.css:
(.object-tree-property > .titles):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (183351 => 183352)
--- trunk/Source/WebInspectorUI/ChangeLog 2015-04-26 06:54:21 UTC (rev 183351)
+++ trunk/Source/WebInspectorUI/ChangeLog 2015-04-26 13:00:57 UTC (rev 183352)
@@ -1,3 +1,16 @@
+2015-04-26 Jono Wells <[email protected]>
+
+ Web Inspector: Vertically misaligned text in Object Trees
+ https://bugs.webkit.org/show_bug.cgi?id=144029
+
+ Reviewed by Timothy Hatcher.
+
+ Remove top offset for object tree property titles to fix alignment issue since applying -webkit-system-font
+ font family to these (http://trac.webkit.org/changeset/182982).
+
+ * UserInterface/Views/ObjectTreePropertyTreeElement.css:
+ (.object-tree-property > .titles):
+
2015-04-25 Joseph Pecoraro <[email protected]>
Web Inspector: Uncaught exception ReferenceError: Can't find variable: message LogContentView.js
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreePropertyTreeElement.css (183351 => 183352)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreePropertyTreeElement.css 2015-04-26 06:54:21 UTC (rev 183351)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreePropertyTreeElement.css 2015-04-26 13:00:57 UTC (rev 183352)
@@ -29,7 +29,6 @@
.object-tree-property > .titles {
position: relative;
- top: 2px;
line-height: normal;
padding-bottom: 1px;
text-overflow: ellipsis;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes