Did a lot of design-optimizations

mainly added icons and set correct bootstrap classes for forms, but also used some new fonts, provided via google webfonts
This commit is contained in:
Jan-Henrik Bruhn
2013-10-05 00:21:10 +02:00
parent fcadcb34a2
commit cc1e0030df
12 changed files with 101 additions and 56 deletions

View File

@@ -35,7 +35,7 @@
@commits.map { commit =>
<tr>
<td width="0%"><input type="checkbox" name="commitId" value="@commit.id"></td>
<td>@avatar(commit.committer, 20)<a href="@url(commit.committer)">@commit.committer</a></td>
<td>@avatar(commit.committer, 20)&nbsp;<a href="@url(commit.committer)">@commit.committer</a></td>
<td width="80%">
<span class="muted">@datetime(commit.time):</span>
@commit.shortMessage