Skip to content

Commit

Permalink
Merge remote branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ling adam committed Nov 5, 2018
2 parents 7b0d3d3 + ff3e03e commit c22b85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<div id="table_div_amount" style="margin-top: 50px; width:500px;"></div>

<div class="total"><strong>Total Amount:<?php echo number_format($total,2); ?></strong></div>
<div class="total" style="margin: 20px 0;font-size:20px;color:red;"><strong>Total Amount:<?php echo number_format($total,2); ?></strong></div>

<div id="chart_div" style="width: 100%; height: 500px;"></div>
<?php else: ?>
Expand Down

0 comments on commit c22b85c

Please sign in to comment.