From 03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Wed, 8 Dec 2010 21:27:21 +0000 Subject: Remove CSS vendor prefixes where not needed. The following css properties where updated. -webkit-background-size -webkit-box-sizing -webkit-border-radius -webkit-border-top-left-radius -webkit-border-top-right-radius -webkit-border-bottom-left-radius -webkit-border-bottom-right-radius BUG=None TEST=None Review URL: http://codereview.chromium.org/5672001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68637 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/css/samples.css | 3 +-- .../common/extensions/docs/examples/extensions/benchmark/options.html | 4 ++-- chrome/common/extensions/docs/examples/extensions/buildbot/popup.html | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'chrome/common/extensions/docs') diff --git a/chrome/common/extensions/docs/css/samples.css b/chrome/common/extensions/docs/css/samples.css index de3bdb5..05701ea 100644 --- a/chrome/common/extensions/docs/css/samples.css +++ b/chrome/common/extensions/docs/css/samples.css @@ -75,7 +75,6 @@ img.icon { margin: 10px 0; background: #eee; padding: 10px; - -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } @@ -99,4 +98,4 @@ img.icon { padding: 50px 0; font-size: 17px; font-weight: bold; -} \ No newline at end of file +} diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/options.html b/chrome/common/extensions/docs/examples/extensions/benchmark/options.html index 24adc77..6db31d2 100644 --- a/chrome/common/extensions/docs/examples/extensions/benchmark/options.html +++ b/chrome/common/extensions/docs/examples/extensions/benchmark/options.html @@ -36,9 +36,9 @@ div#header { position: relative; overflow: hidden; background: #5296de; - -webkit-background-size: 100%; + background-size: 100%; border: 1px solid #3a75bd; - -webkit-border-radius: 6px; + border-radius: 6px; color: white; text-shadow: 0 0 2px black; } diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html index 3a66636..bc84d09 100644 --- a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html +++ b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html @@ -147,7 +147,7 @@ body { #links { background-color: #efefef; border: 1px solid #cccccc; - -webkit-border-radius: 5px; + border-radius: 5px; margin-top: 1px; padding: 3px; white-space: nowrap; @@ -175,7 +175,7 @@ body.small .bot { .bot { cursor: pointer; - -webkit-border-radius: 5px; + border-radius: 5px; margin-top: 1px; padding: 3px; white-space: nowrap; -- cgit v1.1