[FIX] Fixes Issue #722 Firefox wrapping Pool name on long names
This commit is contained in:
parent
1c15884faa
commit
35303fd1a1
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user