mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 01:15:50 +01:00
Fix branch list styles
This commit is contained in:
@@ -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 */
|
||||
/* ======================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user