summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 21:27:21 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 21:27:21 +0000
commit03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3 (patch)
tree2aa44093007195db1a330edf2079ddbe176bfe43 /chrome/common/extensions/docs
parente40f5a0b82006e487aada4559c2704dc1211f041 (diff)
downloadchromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.zip
chromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.tar.gz
chromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.tar.bz2
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
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r--chrome/common/extensions/docs/css/samples.css3
-rw-r--r--chrome/common/extensions/docs/examples/extensions/benchmark/options.html4
-rw-r--r--chrome/common/extensions/docs/examples/extensions/buildbot/popup.html4
3 files changed, 5 insertions, 6 deletions
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;