commit 4f79efd35edb1f27e7e768dacd9080bd38ddbe63 Author: Amy Groshek Date: Fri Nov 9 12:47:10 2012 -0600 MDL-36490 - remove larger border-radius on bottom corners of .generalbox diff --git a/theme/standard/style/css3.css b/theme/standard/style/css3.css index 568791c..ca17f4d 100644 --- a/theme/standard/style/css3.css +++ b/theme/standard/style/css3.css @@ -87,18 +87,7 @@ table.minicalendar { .generalboxcontent, .informationbox, .informationboxcontent { - -moz-border-radius-topleft: 3px; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomleft: 15px; - -moz-border-radius-bottomright: 15px; - -webkit-border-top-left-radius: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-left-radius: 15px; - -webkit-border-bottom-right-radius: 15px; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - border-bottom-left-radius: 15px; - border-bottom-right-radius: 15px; + border-radius:3px; } .editing .block_course_summary .content {