[FIX] Fixes Issue #722 Firefox wrapping Pool name on long names

This commit is contained in:
andy 2013-10-15 13:25:18 -07:00
parent 1c15884faa
commit 35303fd1a1

View File

@ -40,8 +40,10 @@ background: #222222 url(../images/header_bg.png) repeat-x;
} }
header#header h1.site_title, header#header h2.section_title { header#header h1.site_title, header#header h2.section_title {
white-space: nowrap;
float: left; float: left;
margin: 0; margin: 0;
margin-right: 2.8%;
padding-right: 1.8%; padding-right: 1.8%;
font-size: 22px; font-size: 22px;
display: inline-block; display: inline-block;