summaryrefslogtreecommitdiff
path: root/themes/bartik/css
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
commita873518489a07e8354361fc3db9e6ad418fb5d2c (patch)
treeb8b590aa7cc94e3678d063ea6ee8a145f12b4f79 /themes/bartik/css
parent69da4d7e579aadd6bd4ba609cd6138051d5c2675 (diff)
downloadbrdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.gz
brdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.bz2
#746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50
Diffstat (limited to 'themes/bartik/css')
-rw-r--r--themes/bartik/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 481d04f6e..80ad11e31 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1344,10 +1344,10 @@ html.js input.throbbing {
.comment-form .form-textarea {
-khtml-border-radius-topleft: 4px;
-khtml-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}