fix irritating padding asymmetry on notifications

This commit is contained in:
Jeff Atwood 2014-08-08 12:30:44 -07:00
parent 859167470e
commit 70d639c241

View File

@ -200,7 +200,7 @@
.icon { color: scale-color($primary, $lightness: 30%); }
li {
background-color: scale-color($tertiary, $lightness: 90%);
padding: 5px 0 0 2px;
padding: 3px 0 3px 2px;
i {
float: left;
margin-right: 5px;