[Piglit] [PATCH v2 5/8] index.css: Change column width from 50pt to 70pt

Dylan Baker baker.dylan.c at gmail.com
Tue Apr 30 10:34:41 PDT 2013


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 5 digits over 5 digits, a total of 11 characters.

[V2] Add this file to address concerns from Ken Graunke

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 templates/index.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.css b/templates/index.css
index 27128e4..754be23 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -8,7 +8,7 @@ table {
 }
 
 col:not(:first-child) {
-	width: 50pt;
+	width: 70pt;
 }
 
 tr {
-- 
1.8.1.4



More information about the Piglit mailing list