修复项目的 css bug

This commit is contained in:
virusdefender 2015-10-09 16:09:48 +08:00
parent 0a4a30c5ec
commit 951572635c

View File

@ -59,7 +59,7 @@
margin: 10px; margin: 10px;
} }
li.list-group-item { li.problem-tag {
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
@ -113,3 +113,8 @@ li.list-group-item {
background: #33CC99; background: #33CC99;
} }
.avatar-item{
padding-top: 7.5px;
padding-bottom: 7.5px;
}