versuch es mal damit:
Code: Alles auswählen
.event {
background-color: #12a3eb;
background-image: url("./images/bg_header.gif");
background-repeat: repeat-x;
border-radius: 7px;
display: inline-table;
margin: 0 0 0.5%;
padding: 0.2% 0.4%;
text-align: center;
width: 100%;
}
Code: Alles auswählen
.event-box {
border-radius: 7px;
box-sizing: border-box;
color: #105289;
float: left;
height: 65px;
margin: 0.3%;
overflow: hidden;
padding: 0.3%;
text-align: center;
width: 9.4%;
}