Skip to content

Commit

Permalink
MDL-60153 course_format: Remove irrelevant CSS styles
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
junpataleta committed Oct 9, 2017
1 parent 68e983e commit b5f6dd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions course/format/topics/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions course/format/weeks/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5f6dd9

Please sign in to comment.