MDL-58766 css: clean theme block alignment

This commit is contained in:
Luca Bösch 2017-05-19 13:13:31 +02:00 committed by =
parent 6bb80a1917
commit fc684bce4b
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;