Merge pull request #283 from veprbl/master

Display both author and committer in commits list
This commit is contained in:
Dmitriy Zaporozhets 2012-01-27 11:15:24 -08:00
commit 7d750cbf79
3 changed files with 22 additions and 3 deletions

View file

@ -121,8 +121,8 @@ pre.commit_message {
/** COMMIT BLOCK **/
.commit-title{display: block;}
.commit-title{margin-bottom: 10px}
.commit-author{color: #999; font-weight: normal; font-style: italic;}
.commit-author strong{font-weight: bold; font-style: normal;}
.commit-author, .commit-committer{display: block;color: #999; font-weight: normal; font-style: italic;}
.commit-author strong, .commit-committer strong{font-weight: bold; font-style: normal;}
/** bordered list **/
ul.bordered-list {