From f12946be5a8e8529f64606ca73fe06e48f9fd583 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:40:48 -0700 Subject: thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup --- less/thumbnails.less | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'less/thumbnails.less') diff --git a/less/thumbnails.less b/less/thumbnails.less index 91b75f785..c520a05ab 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -3,26 +3,6 @@ // -------------------------------------------------- -// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files - -// Make wrapper ul behave like the grid -.thumbnails { - margin-left: -@gridGutterWidth; - list-style: none; - .clearfix(); -} -// Fluid rows have no left margin -.row-fluid .thumbnails { - margin-left: 0; -} - -// Float li to make thumbnails appear in a row -.thumbnails > li { - float: left; // Explicity set the float since we don't require .span* classes - margin-bottom: @baseLineHeight; - margin-left: @gridGutterWidth; -} - // The actual thumbnail (can be `a` or `div`) .thumbnail { display: block; -- cgit v1.2.3