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 09:49:49 +08:00
parent 68e983e540
commit b5f6dd9a91
2 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@
padding: 0 6px; padding: 0 6px;
} }
.course-content ul.topics li.section .right img.icon {
padding: 0 0 4px 0;
}
.course-content ul.topics li.section .left { .course-content ul.topics li.section .left {
padding-top: 22px; padding-top: 22px;
text-align: right; text-align: right;

View File

@ -13,10 +13,6 @@
padding: 0 6px; padding: 0 6px;
} }
.course-content ul.weeks li.section .right img.icon {
padding: 0 0 4px 0;
}
.course-content ul.weeks li.section .left { .course-content ul.weeks li.section .left {
padding-top: 22px; padding-top: 22px;
text-align: right; text-align: right;