From dafd2eb30812c9f21b5831be206c5b9012565ff1 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Mon, 15 Nov 2010 08:51:44 +0000 Subject: [PATCH] publication MDL-25040 fix ugly css (hub logo image has border) --- theme/canvas/style/course.css | 1 - theme/standard/style/course.css | 1 - 2 files changed, 2 deletions(-) diff --git a/theme/canvas/style/course.css b/theme/canvas/style/course.css index a3347fcd827..aeffd447dae 100644 --- a/theme/canvas/style/course.css +++ b/theme/canvas/style/course.css @@ -122,7 +122,6 @@ /* Publication */ #page-course-publish-metadata .metadatatext {width: 400px;} #page-course-publish-metadata .hubscreenshot { - border:1px solid; display:inline; float:left; margin-right:10px; diff --git a/theme/standard/style/course.css b/theme/standard/style/course.css index 9ba483c140d..614b225a987 100644 --- a/theme/standard/style/course.css +++ b/theme/standard/style/course.css @@ -106,7 +106,6 @@ /* Publication */ #page-course-publish-metadata .metadatatext {width: 400px;} #page-course-publish-metadata .hubscreenshot { - border:1px solid; display:inline; float:left; margin-right:10px; -- 2.43.0