Da così:
Codice PHP:
/* Header */
#header{
padding-top:50px;
}
#logo{
float: left;
font-size: 30px;
text-decoration: none;
}
#nav{
font-size:14px;
height:23px;
line-height:17px;
clear:both;
padding-top:20px;
}
#nav li{
height:17px;
padding:0 2px 3px 2px;
float:left;
margin:0 10px;
border-bottom:solid 3px #fff;
}
#nav a{
text-decoration:none;
}
#user_menu{
float:right;
color:#555;
font-size:12px;
text-align:right;
width:200px;
}
#user_menu strong{
font-size:14px;
line-height:20px;
display:block;
}
#upload-button{
display:inline-block;
height:30px;
line-height:30px;
text-align:center;
font-size:14px;
color:#555;
text-decoration:none;
padding:0 18px;
text-shadow:0px -1px 0px #e3e3e3;
font-weight:bold;
margin-top:10px;
filter:dropshadow(color=#e3e3e3,offx=0,offy=-1);
background:#ffffff;
background:-moz-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#ffffff),color-stop(100%,#c4c4c4));
background:-webkit-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-o-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-ms-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
filter:progid[img]images/smilies/biggrin.gif[/img]XImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#c4c4c4',GradientType=0 );
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#container #header .wrapper .logo_img #logo{
display: block;
margin-left: auto;
margin-right: auto }
A così:
Codice PHP:
/* Header */
#header{
padding-top:50px;
}
#logo{
float: left;
font-size: 30px;
text-decoration: none;
display: block;
margin-left: auto;
margin-right: auto
}
#nav{
font-size:14px;
height:23px;
line-height:17px;
clear:both;
padding-top:20px;
}
#nav li{
height:17px;
padding:0 2px 3px 2px;
float:left;
margin:0 10px;
border-bottom:solid 3px #fff;
}
#nav a{
text-decoration:none;
}
#user_menu{
float:right;
color:#555;
font-size:12px;
text-align:right;
width:200px;
}
#user_menu strong{
font-size:14px;
line-height:20px;
display:block;
}
#upload-button{
display:inline-block;
height:30px;
line-height:30px;
text-align:center;
font-size:14px;
color:#555;
text-decoration:none;
padding:0 18px;
text-shadow:0px -1px 0px #e3e3e3;
font-weight:bold;
margin-top:10px;
filter:dropshadow(color=#e3e3e3,offx=0,offy=-1);
background:#ffffff;
background:-moz-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#ffffff),color-stop(100%,#c4c4c4));
background:-webkit-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-o-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:-ms-linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
background:linear-gradient(top,#ffffff 3%,#c4c4c4 100%);
filter:progid[img]images/smilies/biggrin.gif[/img]XImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#c4c4c4',GradientType=0 );
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
Prova... semmai bisogna trovare un'altra soluzione...