Merge branch 'MDL-58766-clean-tree-item-indent' of https://github.com/lucaboesch/moodle

This commit is contained in:
Jun Pataleta 2017-06-20 15:09:41 +08:00
commit b70b7df6d3
2 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,15 @@
display: inline;
}
}
p {
&.hasicon {
img {
&.icon {
padding-right: 0;
}
}
}
}
}
.footer {
margin-bottom: 4px;

View File

@ -15873,6 +15873,9 @@ body {
margin-left: 5px;
display: inline;
}
.block .content p.hasicon img.icon {
padding-right: 0;
}
.block .footer {
margin-bottom: 4px;
display: block;