summaryrefslogtreecommitdiff
path: root/modules/block
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 /modules/block
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 'modules/block')
-rw-r--r--modules/block/block.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.css b/modules/block/block.css
index 1f543d92a..51a168479 100644
--- a/modules/block/block.css
+++ b/modules/block/block.css
@@ -20,9 +20,9 @@ a.block-demo-backlink,
a.block-demo-backlink:link,
a.block-demo-backlink:visited {
background-color: #B4D7F0;
- border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
+ border-radius: 0 0 10px 10px;
color: #000;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: small;