From 90c19b81cdfa3eb7fb19222287e5843c14717d26 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 26 Apr 2012 13:08:27 -0500 Subject: change the lineheight so that child tasks tree display without a break --- www/static/koji.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/static/koji.css b/www/static/koji.css index 46ce7d4..1502b55 100644 --- a/www/static/koji.css +++ b/www/static/koji.css @@ -1,6 +1,6 @@ /* Koji styling - Copyright (c) 2007,2008, 2009 Red Hat, Inc. + Copyright (c) 2007,2008, 2009, 2012 Red Hat, Inc. Authors: Mike Bonnet @@ -207,7 +207,7 @@ td } th, td { - line-height:24px; + line-height:19px; } td.building { -- cgit