html: give gravatar a background color so the default doesn't shine through when the gravatar has alpha

This commit is contained in:
Hylke Bons 2011-05-02 13:29:05 +01:00
parent 03a5ab960d
commit 0dd838a72f

View file

@ -38,7 +38,7 @@
}
.day-entry-content {
padding: 9px;
padding: 9px;
}
a {
@ -103,6 +103,7 @@
.buddy-icon {
width: 36px;
height: 36px;
background-color: #fff;
}
.event-info {