UX: Remove extra border on old mobile post notices

This commit is contained in:
Kris 2019-04-03 16:10:54 -04:00
parent 828cdf3fea
commit 88a46981a8

View File

@ -478,4 +478,8 @@ span.highlighted {
.post-notice {
margin-bottom: 1em;
&.old {
border-top: none;
padding-top: 0;
}
}