CSS border collapse

http://ift.tt/1SLv5iW

This is my website. Just below the header there is a grid of divs that need a 1 px border.
This is the CSS for the class of elements I need to have border on:

.elem {
       float: left;
       width: 220px;
       height: 150px;
       border: 1px solid #f1f1f1;
       border-collapse: collapse !important;
       -webkit-box-shadow: inset 10px 10px 50px -13px rgba(0,0,0,0.17);
       -moz-box-shadow: inset 10px 10px 50px -13px rgba(0,0,0,0.17);...
Code (markup):
CSS border collapse

from HTML & Website Design http://ift.tt/1MBq5kP
via IFTTT
Thanks for your comment
Loading...