Hi, I've made 2 lists and on both the third element gets a margin on the top in chrome only.
Css
#service ul, #about ul, #footer ul{
list-style-type: none;
display: inline;
}
#service li{
float: left;
width: 312px;
height: 285px;
padding-left: 29px;
}
Heres the link as well: Test server
Help is much appreciated.