Fix avatar image style.

This commit is contained in:
takezoe
2013-07-11 00:49:03 +09:00
parent 70761f4ac1
commit 5d5b642fa9
3 changed files with 9 additions and 4 deletions

View File

@@ -305,6 +305,11 @@ th, td, .table th, .table td {
padding-bottom: 4px;
}
div.commit-avatar-image {
float: left;
margin-right: 4px;
}
pre.commit-description {
font-weight: normal;
border: none;