Code: Select all
.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/bg_header.gif");
color: #FFFFFF;
}
Code: Select all
background-position: center;
background-repeat: no-repeat;
Code: Select all
#site-description {
float: left;
width: 70%;
}
Code: Select all
#site-description {
float: left;
width: 70%;
text-align: center;
}