wejdz do global.css, wyszukaj:
wszystko pod nim usun i wklej to:
.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}
.ver_sub li {
width: 50%;
float: left;
}
/* Rekrutacja ON OFF */
.ipsBadge {
background-position: 0 -1px;
background-repeat: repeat-x;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 9px;
font-weight: bold;
height: 15px;
line-height: 15px;
padding: 0 5px;
}
/* NA SKROTY */
#boczny {
color: #FFF;
padding: 0px 12px;
outline: medium none;
height: 35px;
opacity: 1;
text-align: center;
width: 88%;
text-decoration: none;
transition-duration: 0.6s;
line-height: 35px;
background: none repeat scroll 0% 0% #393939;
list-style: outside none;
margin-top: 3px;
font-size: 11px;
margin-left: -10px;
}
#boczny:hover {
background: none repeat scroll 0% 0% #124880;;
color: #FFF;
padding: 0px 12px;
outline: medium none;
height: 35px;
text-align: center;
width: 88%;
opacity: 1;
text-decoration: none;
transition-duration: 0.6s;
line-height: 35px;
list-style: outside none;
margin-top: 3px;
font-size: 11px;
}
/** Impromptu End */