Skip to content

Commit

Permalink
small color change
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Mar 16, 2017
1 parent 33685e4 commit e57abd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/lweb/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/lweb/templates/template.portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>Portfolio<span id="info" class="visible-xs-inline"> - Overall</span></h1>
</thead>
<tbody>
{{range .Stocks}}
<tr {{if eq .Type "Total"}}class="active"{{end}}{{if eq .Type "Section Total"}}class="info"{{end}}>
<tr {{if eq .Type "Total"}}class="warning"{{end}}{{if eq .Type "Section Total"}}class="info"{{end}}>
<td>{{.Name}}</td>
<td class="info-overall">{{printf "%.2f" .Cost}}</td>
<td class="hidden-xs">{{printf "%.2f" .MarketValue}}</td>
Expand Down

0 comments on commit e57abd6

Please sign in to comment.