Fix CSS styles.

This commit is contained in:
takezoe
2013-06-26 20:43:00 +09:00
parent 3e092bcf68
commit cc2ed89722
13 changed files with 33 additions and 38 deletions

View File

@@ -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;
}