From 41f8ca66e01dd25c97bdd0b38b571bc2d3c75c3c Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sat, 14 Apr 2012 14:40:09 +0100 Subject: [PATCH] MDL-32385 theme_base: adds line-height:normal in style/course.css for section summary --- theme/base/style/course.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/base/style/course.css b/theme/base/style/course.css index 7a457a4a89b..1ea71e6c13f 100644 --- a/theme/base/style/course.css +++ b/theme/base/style/course.css @@ -19,6 +19,7 @@ .path-course-view .block.drag .header {cursor: move;} .path-course-view .completionprogress {float:right;} .path-course-view .completionprogress img.iconhelp {vertical-align:top;} +.path-course-view .section .summary {line-height:normal;} .path-course-view li.activity {margin-right:20px; position:relative;} .path-course-view li.activity span.autocompletion, @@ -125,4 +126,4 @@ #page-course-index.dir-rtl .indentation {padding-left: 0px;padding-right: 30px;} table.category_subcategories {margin-bottom:1em;} -table.category_subcategories td {white-space: nowrap;} \ No newline at end of file +table.category_subcategories td {white-space: nowrap;}