Merge pull request #1096 from nus/fix-invisible-closed-label

Fix invisible closed label
This commit is contained in:
Naoki Takezoe
2016-02-03 23:41:37 +09:00

View File

@@ -1099,6 +1099,10 @@ a.issue-title {
background-color: #6cc644; background-color: #6cc644;
} }
.label-important {
background-color: #bd2c00;
}
ul.label-list { ul.label-list {
list-style-type: none; list-style-type: none;
padding-left: 0px; padding-left: 0px;