Fixed issue 175, sub-tabs are displayed on two lines when the project title is too long.

This commit is contained in:
Mehdi Kabab 2009-04-07 10:29:35 +02:00 committed by Loic d'Anterroches
parent 858d2c93e2
commit 4276088410

View File

@ -302,6 +302,7 @@ h1.project-title {
z-index: 100; z-index: 100;
text-align: right; text-align: right;
padding-right: 5px; padding-right: 5px;
margin-bottom: 0;
} }
.note { .note {