Title: [186767] trunk/Source/WebInspectorUI
Revision
186767
Author
[email protected]
Date
2015-07-13 12:03:33 -0700 (Mon, 13 Jul 2015)

Log Message

Web Inspector: Use -apple-system-monospaced-numbers for line numbers
https://bugs.webkit.org/show_bug.cgi?id=146898

Reviewed by Timothy Hatcher.

* UserInterface/Views/CodeMirrorOverrides.css:
(.CodeMirror .CodeMirror-linenumber): Decrease font-size by 1px to make 4 digit numbers fit.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (186766 => 186767)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-07-13 17:59:16 UTC (rev 186766)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-07-13 19:03:33 UTC (rev 186767)
@@ -1,3 +1,13 @@
+2015-07-13  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Use -apple-system-monospaced-numbers for line numbers
+        https://bugs.webkit.org/show_bug.cgi?id=146898
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/CodeMirrorOverrides.css:
+        (.CodeMirror .CodeMirror-linenumber): Decrease font-size by 1px to make 4 digit numbers fit.
+
 2015-07-12  Timothy Hatcher  <[email protected]>
 
         Web Inspector: Add -apple-system-monospaced-numbers to font and font-family autocomplete

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CodeMirrorOverrides.css (186766 => 186767)


--- trunk/Source/WebInspectorUI/UserInterface/Views/CodeMirrorOverrides.css	2015-07-13 17:59:16 UTC (rev 186766)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CodeMirrorOverrides.css	2015-07-13 19:03:33 UTC (rev 186767)
@@ -76,8 +76,7 @@
 
     color: rgb(146, 146, 146);
 
-    font-size: 9px;
-    line-height: 13px;
+    font: 8px/13px -apple-system-monospaced-numbers, Menlo, Monaco, monospace;
     text-align: right;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to