[fix] Remove bold in description of backup item

This commit is contained in:
zamentur 2015-10-02 23:37:10 +02:00
parent 05b94e5c0b
commit f572e6f634
2 changed files with 6 additions and 2 deletions

View file

@ -449,3 +449,7 @@ a.list-group-item-heading,
.clearfix();
margin-bottom: 25px;
}
label .list-group-item-text {
font-weight:normal;
}

File diff suppressed because one or more lines are too long