From 4276088410a2e252aea76e53afcfb4a5b1ff0573 Mon Sep 17 00:00:00 2001 From: Mehdi Kabab Date: Tue, 7 Apr 2009 10:29:35 +0200 Subject: [PATCH] Fixed issue 175, sub-tabs are displayed on two lines when the project title is too long. --- www/media/idf/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index e1cc85c..5da7b9c 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -302,6 +302,7 @@ h1.project-title { z-index: 100; text-align: right; padding-right: 5px; + margin-bottom: 0; } .note {