Twitter Bootstrap Thumbnails Not Aligning Properly Anywhere But Chrome + Windows Xp
Ok so I'm prototyping a site for work and I have run into a small snag using the thumbnails as part of Twitter Bootstrap My issue is very easy to see and is applicable in every br
Solution 1:
Giving them height fixes it:
.thumbnails > li {
float: left;
margin-bottom: 18px;
margin-left: 20px;
height: 200px;
}
Post a Comment for "Twitter Bootstrap Thumbnails Not Aligning Properly Anywhere But Chrome + Windows Xp"