Skip to content

Commit

Permalink
ensure a fairer split of column widths for stock
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Carlson committed Nov 17, 2015
1 parent 785852a commit 73ed1df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stock.html
Expand Up @@ -44,9 +44,9 @@

<table id="stocks">
<tr>
<th width="50%" class="name">Stock</th>
<th class="price">Price</th>
<th class="change">Change</th>
<th width="40%" class="name">Stock</th>
<th width="30%" class="price">Price</th>
<th width="30%" class="change">Change</th>
</tr>
<tr data-stock="MPM.L" id="mpm">
<td class="name"></td>
Expand Down

0 comments on commit 73ed1df

Please sign in to comment.