CSS enhancement.

This commit is contained in:
takezoe
2013-06-24 19:03:15 +09:00
parent 8a47dce97e
commit 5ad4dfc33f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<td colspan="4" class="latest-commmit"> <td colspan="4" class="latest-commit">
<div> <div>
<a href="@path/@repository.owner/@repository.name/@latestCommit.committer" class="username">@latestCommit.committer</a> <a href="@path/@repository.owner/@repository.name/@latestCommit.committer" class="username">@latestCommit.committer</a>
@helpers.datetime(latestCommit.time) @helpers.datetime(latestCommit.time)

View File

@@ -224,7 +224,7 @@
'mousedown': this.hide 'mousedown': this.hide
}); });
if (this.component){ if (this.component){
this.element.find('input').prop('value', this.format.call(this)); this.element.find('input[type=hidden]').prop('value', this.format.call(this));
} }
this.element.data('color', this.format.call(this)); this.element.data('color', this.format.call(this));
} else { } else {