From d8e195bb63d494f03720f96cd156b32591dc343e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 9 Dec 2013 10:33:15 -0200 Subject: [PATCH] Tweak benchmarks table styling --- docs/benchmarks.md | 4 +--- docs/template.html | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 03b9e82..07bf705 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -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) -
- | | 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 | diff --git a/docs/template.html b/docs/template.html index 4a79e20..ac464ae 100644 --- a/docs/template.html +++ b/docs/template.html @@ -45,9 +45,8 @@ margin-top: 12px; } - table { - margin-left: auto; - margin-right: auto; + th { + padding: 10px; }