diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2013-04-29 01:24:07 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2013-05-08 11:40:22 -0700 |
commit | 06499b529d64b8e74f05fe353d877e43fc63184a (patch) | |
tree | 3254bea065f4cbf2e876aa9f92ee0782759695f5 /templates | |
parent | 79a0d42119fae83a22c8c8d0490aff554984777f (diff) |
html: Change column width from 50pt to 70pt
This accommodates the increase in the total number of tests, so that the
column default width is great enough for the 'all' category, which is
now over 5 digits, a total of 11 characters.
Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.css b/templates/index.css index 27128e4c1..754be23b7 100644 --- a/templates/index.css +++ b/templates/index.css @@ -8,7 +8,7 @@ table { } col:not(:first-child) { - width: 50pt; + width: 70pt; } tr { |