Merge pull request #725 from CaptainAK/issue-722

[FIX] Fixes Issue #722 Firefox wrapping Pool name on long names
This commit is contained in:
Sebastian Grewe 2013-10-15 21:52:33 -07:00
commit ef6f7ce1b0

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 {
white-space: nowrap;
float: left;
margin: 0;
margin-right: 2.8%;
padding-right: 1.8%;
font-size: 22px;
display: inline-block;