From da4c8a05a1e188494cb666dcfb6ba06bb59d93d5 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Sep 2012 19:15:32 +0000 Subject: set builds table width --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ffd8315..c7eba21 100644 --- a/style.css +++ b/style.css @@ -74,6 +74,7 @@ a.package { color: #202020; text-decoration: none; } } .builds { list-style: none; padding: 0; margin: 0 0 0 2em; } +.builds table { width: 720px; } #submitted-packages { width: 720px; } -- cgit v1.2.1