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

@@ -16,7 +16,7 @@
@if(repository.repository.description.isDefined){
<div>@repository.repository.description</div>
}
<div><span class="description small">Last updated: @helpers.datetime(repository.repository.lastActivityDate)</span></div>
<div><span class="muted small">Last updated: @helpers.datetime(repository.repository.lastActivityDate)</span></div>
</div>
}
}