Tweak benchmarks table styling

This commit is contained in:
Fabio Rehm 2013-12-09 10:33:15 -02:00
parent f1618d7d14
commit d8e195bb63
2 changed files with 3 additions and 6 deletions

View File

@ -8,10 +8,8 @@ Ubuntu [dev boxes](https://github.com/fgrehm/vagrant-lxc/wiki/Development#using-
[rails-dev-box](https://github.com/rails/rails-dev-box), his own [rails-base-box](https://github.com/fgrehm/rails-base-box)
and Discourse's [dev box](https://github.com/discourse/discourse/blob/master/Vagrantfile)
<br>
| | First provision | Second provision | Diff. | APT cache |
| --- | --- | --- | --- | --- |
| --- | :---: | :---: | :---: | :---: |
| rails-dev-box | 4m45s | 3m20s | ~29% | 66mb |
| rails-base-box | 11m56s | 7m54s | ~34% | 77mb |
| vagrant-lxc | 10m16s | 5m9s | ~50% | 124mb |

View File

@ -45,9 +45,8 @@
margin-top: 12px;
}
table {
margin-left: auto;
margin-right: auto;
th {
padding: 10px;
}
</style>