Made notifications look less bad

This commit is contained in:
Josef Citrine 2016-12-11 01:14:03 +00:00
parent 36089588f1
commit 90183df484

View file

@ -585,6 +585,7 @@ html {
background: #fff; background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);
border-radius: 2px; border-radius: 2px;
overflow: hidden;
.img-link { .img-link {
float: left; float: left;
@ -595,7 +596,7 @@ html {
} }
.message { .message {
margin-left: 55px; margin-left: 55px;
padding: 5px 5px 0 5px; padding: 5px;
display: block; display: block;
color: #666; color: #666;
} }