mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
Fix CSS styles.
This commit is contained in:
@@ -50,13 +50,12 @@ span.error {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
a.commit-message, a.commit-id, a.committer {
|
||||
color: #333333;
|
||||
.strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.username {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
a.commit-message, a.commit-id, a.username {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
a.omit {
|
||||
@@ -79,10 +78,6 @@ span.count-right {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
span.description {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
table.table-file-list {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user