Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
text alignment
  • Loading branch information
FROGGS committed Apr 11, 2013
1 parent aa1276e commit 863436a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions STATUS.md
@@ -1,16 +1,12 @@
<style>
#statsTable tbody td { text-align: center }
#statsTable tbody td:first-child { text-align: left }
</style>
<table id ="statsTable">
<table align="center">
<thead>
<tr><th></th><th>pass</th><th>fail</th><th>todo</th><th>skip</th></tr>
</thead>
<tbody>
<tr><td>t/spec/base/cond.t</td><td>4</td><td>0</td><td>0</td><td>0</td></tr>
<tr align="center"><td align="left">t/spec/base/cond.t</td><td>4</td><td>0</td><td>0</td><td>0</td></tr>
<tr><td>t/spec/op/args.v5</td><td colspan="4">===SORRY!===
Two terms in a row
at t/spec/op/args.v5:78
------> L&#x23CF;: { local2 }</td></tr>
</tbody>
</table>
</table>

0 comments on commit 863436a

Please sign in to comment.