MDL-58055 theme_bootstrap: Change padding around unread link

This commit is contained in:
Andrew Nicols
2017-03-31 14:21:20 +08:00
parent 3fc319c0c4
commit 2f8db6a31e
2 changed files with 6 additions and 1 deletions
@@ -69,6 +69,11 @@ select {
.lastpost {
vertical-align: top;
}
.unread {
img {
margin: 0;
}
}
}
}
}
File diff suppressed because one or more lines are too long