MDL-60153 course_format: Remove irrelevant CSS styles

* The styles ".course-content ul.topics li.section .right img.icon" and
".course-content ul.weeks li.section .right img.icon" are now kind of
irrelevant and are causing course section action menu items in
Bootstrapbase to be rendered without spacing between the action menu
icon and the label.
This commit is contained in:
Jun Pataleta
2017-10-09 10:23:24 +08:00
parent be60d9e7f7
commit 645c3bdd64
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -13,10 +13,6 @@
padding: 0 6px;
}
.course-content ul.topics li.section .right img.icon {
padding: 0 0 4px 0;
}
.course-content ul.topics li.section .left {
padding-top: 22px;
text-align: right;
-4
View File
@@ -13,10 +13,6 @@
padding: 0 6px;
}
.course-content ul.weeks li.section .right img.icon {
padding: 0 0 4px 0;
}
.course-content ul.weeks li.section .left {
padding-top: 22px;
text-align: right;