SyntaxFix
Write A Post
Hire A Developer
Questions
Here is one solution:
div.row { border: 1px solid; border-bottom: 0px; } .container div.row:last-child { border-bottom: 1px solid; }
I'm not 100% its the most effiecent, but it works :D
http://jsfiddle.net/aaronmallen/7cb3Y/2/