Fix presentation.

This commit is contained in:
takezoe
2013-06-19 15:16:54 +09:00
parent 63d76a3c6e
commit a5a993060a
5 changed files with 30 additions and 20 deletions

View File

@@ -45,25 +45,19 @@ span.error {
font-size: small;
}
a.commit-message {
a.commit-message, a.commit-id, a.committer {
color: #333333;
}
a.commit-message:hover {
color: #333333;
a.username {
color: black;
font-weight: bold;
}
.monospace {
font-family: monospace;
}
/*
.align-right {
text-align: right;
}
*/
span.description {
color: gray;
}
@@ -72,6 +66,17 @@ table.table-file-list {
margin-bottom: 0px;
}
table.table-file-list th, table.table-file-list td {
padding-top: 8px;
padding-bottom: 8px;
}
table.table-file-list td.latest-commmit {
padding-top: 4px;
padding-bottom: 4px;
background-color: white;
}
table.table th {
background-color: #d9edf7;
}
@@ -81,6 +86,11 @@ table.table-file-list td {
font-size: small;
}
th, td, .table th, .table td {
padding-top: 4px;
padding-bottom: 4px;
}
div.latest-commit {
font-size: small;
font-weight: normal;