diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 07:04:48 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-03 07:04:48 +0000 |
commit | a873518489a07e8354361fc3db9e6ad418fb5d2c (patch) | |
tree | b8b590aa7cc94e3678d063ea6ee8a145f12b4f79 /modules/system | |
parent | 69da4d7e579aadd6bd4ba609cd6138051d5c2675 (diff) | |
download | brdo-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 'modules/system')
-rw-r--r-- | modules/system/system.base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.base.css b/modules/system/system.base.css index 29063cae1..088cda882 100644 --- a/modules/system/system.base.css +++ b/modules/system/system.base.css @@ -69,8 +69,8 @@ fieldset.collapsible .fieldset-legend { display: block; margin: 0; width: 100%; - -webkit-box-sizing: border-box; -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; box-sizing: border-box; } .resizable-textarea .grippie { |