Commit 63d65aca authored by mitz@apple.com's avatar mitz@apple.com

Web Inspector: REGRESSION: Numbers in bubbles are vertically off-center

https://bugs.webkit.org/show_bug.cgi?id=34398

Reviewed by Timothy Hatcher.

* inspector/front-end/inspector.css: Specify line-height: normal for
".console-message .bubble" and ".sidebar-tree-item .status .bubble".



git-svn-id: svn://svn.chromium.org/blink/trunk@54118 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 16e0fd82
2010-01-31 Dan Bernstein <mitz@apple.com>
Reviewed by Timothy Hatcher.
Web Inspector: REGRESSION: Numbers in bubbles are vertically off-center
https://bugs.webkit.org/show_bug.cgi?id=34398
* inspector/front-end/inspector.css: Specify line-height: normal for
".console-message .bubble" and ".sidebar-tree-item .status .bubble".
2010-01-28 Ojan Vafai <ojan@chromium.org> 2010-01-28 Ojan Vafai <ojan@chromium.org>
Reviewed by Darin Adler. Reviewed by Darin Adler.
......
...@@ -589,6 +589,7 @@ body.platform-windows .source-code, body.platform-windows-vista-or-later .source ...@@ -589,6 +589,7 @@ body.platform-windows .source-code, body.platform-windows-vista-or-later .source
margin-right: 4px; margin-right: 4px;
text-align: left; text-align: left;
font-size: 11px; font-size: 11px;
line-height: normal;
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
...@@ -3071,6 +3072,7 @@ body.inactive .sidebar-tree-item .disclosure-button:active { ...@@ -3071,6 +3072,7 @@ body.inactive .sidebar-tree-item .disclosure-button:active {
padding: 1px 4px; padding: 1px 4px;
text-align: center; text-align: center;
font-size: 11px; font-size: 11px;
line-height: normal;
font-family: Helvetica, Arial, sans-serif; font-family: Helvetica, Arial, sans-serif;
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment