Add CSS style for th.

This commit is contained in:
takezoe
2013-06-29 16:01:57 +09:00
parent 414c455662
commit c823b8df08
3 changed files with 12 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
} else {
<table class="table table-bordered">
<tr>
<th>Your repositories (@userRepositories.size)</th>
<th class="metal">Your repositories (@userRepositories.size)</th>
</tr>
@userRepositories.map { repositoryName =>
<tr>