Better set the Pool Name to auto adjust width pushing Section Title

Better set the "display: inline-block;" much like breadcrumbs does.
So we get just the right width to fit the Pool Name, followed by the nice shadow and then the Section Name
This commit is contained in:
nicoschtein 2013-10-12 04:12:38 -03:00
parent 95f217f32d
commit fdba2340eb

View File

@ -43,8 +43,7 @@ header#header h1.site_title, header#header h2.section_title {
float: left;
margin: 0;
font-size: 22px;
display: block;
width: 40%;
display: inline-block;
height: 55px;
font-weight: normal;
text-align: left;
@ -63,7 +62,6 @@ header#header h2.section_title {
text-align: left;
text-indent: 4.5%;
text-transform: uppercase;
width: 60%;
background: url(../images/header_shadow.png) no-repeat left top;
}