diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:43:55 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:43:55 +0000 |
commit | 3dcac82e5c998f0df5a1d43ec8d8279b36d71fa7 (patch) | |
tree | 6ed57972f62df1ddeb355abce744234fbd3ff6b8 /remoting | |
parent | 10487447d0ffe28c7c5e30c868b697c4d0c813ac (diff) | |
download | chromium_src-3dcac82e5c998f0df5a1d43ec8d8279b36d71fa7.zip chromium_src-3dcac82e5c998f0df5a1d43ec8d8279b36d71fa7.tar.gz chromium_src-3dcac82e5c998f0df5a1d43ec8d8279b36d71fa7.tar.bz2 |
Fixed button font on Mac
BUG=115350
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9616043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 08e464e..20a4854 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -7,7 +7,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, -tfoot, thead, tr, th, td { +tfoot, thead, tr, th, td, button { margin: 0; padding: 0; border: 0; |