mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-58766-clean-tree-item-indent' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
b70b7df6d3
@ -53,6 +53,15 @@
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
p {
|
||||
&.hasicon {
|
||||
img {
|
||||
&.icon {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
margin-bottom: 4px;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user