Created
April 11, 2013 13:54
-
-
Save anthonybruno/5363565 to your computer and use it in GitHub Desktop.
Fluid thumbnail rows for Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.row-fluid ul.thumbnails li.span12 + li { margin-left : 0px;clear:left } | |
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) { margin-left : 0px;clear:left } | |
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) { margin-left : 0px;clear:left } | |
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) { margin-left : 0px; clear:left} | |
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7) { margin-left : 0px;clear:left } | |
.row-fluid ul.thumbnails li.span1:nth-child(12n + 13) { margin-left : 0px;clear:left } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
twbs/bootstrap#3494 (comment)