From 83690349d9a729ff09ee6c515d547b74e549851e Mon Sep 17 00:00:00 2001 From: Amy Groshek Date: Wed, 14 Nov 2012 22:53:31 -0600 Subject: [PATCH] MDL-36544 - remove rounded corners from course summary block so that its appearance matches other blocks in standard theme --- theme/standard/style/css3.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/standard/style/css3.css b/theme/standard/style/css3.css index 568791c521c..d559107828d 100644 --- a/theme/standard/style/css3.css +++ b/theme/standard/style/css3.css @@ -75,8 +75,6 @@ table.minicalendar { border-radius: 10px; } -.block_course_summary, -.block_course_summary .content, #page-report-outline-user .section { -moz-border-radius:10px; -webkit-border-radius: 10px;