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

@@ -19,8 +19,8 @@
<tr>
<th style="font-weight: normal;">
<div class="pull-left">
<a href="@path/@latestCommit.committer" class="username">@latestCommit.committer</a>
<span class="description">@helpers.datetime(latestCommit.time)</span>
<a href="@path/@latestCommit.committer" class="username strong">@latestCommit.committer</a>
<span class="muted">@helpers.datetime(latestCommit.time)</span>
<a href="@path/@repository.owner/@repository.name/commit/@latestCommit.id" class="commit-message">@helpers.link(latestCommit.summary, repository)</a>
</div>
<div class="btn-group pull-right">