Fix branch list styles

This commit is contained in:
Naoki Takezoe
2015-11-27 02:40:48 +09:00
parent 12fba30ef8
commit b8bd8f5512
2 changed files with 22 additions and 7 deletions

View File

@@ -69,6 +69,19 @@ blockquote p {
font-size: 15px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 1px;
}
.danger {
color: #900;
}
.warning {
color: #F28722;
}
/* ======================================================================== */
/* Global Header */
/* ======================================================================== */