Fix style attribute for Actual column header, should fix #412

This commit is contained in:
Ilya Novoselov 2014-03-14 20:55:44 +06:00
parent bdade99837
commit 109372d10b

View file

@ -267,7 +267,7 @@
<table class="table table-bordered table-hover" style="table-layout: fixed; width: 100%; margin-top: 20px">
<tr>
<th style="width: 18%"></th>
<th style="text-align: right" style="width: 12%">Actual</th>
<th style="width: 12%; text-align: right">Actual</th>
<th style="width: 35%">Target</th>
<th style="width: 35%">Offset</th>
</tr>