Commit 12d264b9 authored by csilv@chromium.org's avatar csilv@chromium.org

[mac] Eliminate drawing glitch on WebUI radio controls.

BUG=105755
TEST=Verify that visual glitch is gone, see bug for details.
Review URL: http://codereview.chromium.org/8828011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113314 0039d316-1c4b-4281-b951-d872f2087c98
parent ddbc11f7
...@@ -63,7 +63,6 @@ input[type='radio'] { ...@@ -63,7 +63,6 @@ input[type='radio'] {
display: inline-block; display: inline-block;
height: 15px; height: 15px;
margin-bottom: 0; margin-bottom: 0;
margin-top: 0;
position: relative; position: relative;
top: 3px; top: 3px;
vertical-align: baseline; vertical-align: baseline;
......
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