Made the site updated box a bit more subtle

This commit is contained in:
Victoria Wang 2014-10-21 16:24:45 -07:00
parent f8a27aec6c
commit f30b77a3e0

View file

@ -586,9 +586,9 @@ a.tag:hover {
color: #aaa; color: #aaa;
} }
.news-item .files { .news-item .files {
background: #eee; background: #F5F5F5;
padding: 8px 10px 2px 10px; padding: 8px 10px 2px 10px;
border-top: 1px solid #ddd; border-top: 1px solid #E7E7E7;
margin-bottom: 4px; margin-bottom: 4px;
} }
.news-item .file { .news-item .file {