From 57f402c9e6ff12ddff05e9d943bbb638a41619a1 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 8 Jun 2012 01:49:10 -0400 Subject: index: fix thumbnail images for mobile --- css/bootswatch.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index 033c348c..5210e2aa 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -85,7 +85,6 @@ body { } .thumbnail img { - max-width: 100%; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; @@ -95,10 +94,6 @@ body { vertical-align: top; } -.thumbnail p { - max-width: 352px; -} - .thumbnail .btn-toolbar { text-align: right; } @@ -134,10 +129,6 @@ body { padding: 20px; } - .span4 { - width: 100%; - } - .hero-unit { padding: 40px 20px 80px; margin-bottom: 20px; @@ -175,10 +166,15 @@ body { padding-bottom: 80px; } - .thumbnails > .span4 { + .thumbnails > li { + float: none; margin-left: 0; } + .thumbnail img { + width: 100%; + } + } /* Portrait tablet to landscape and desktop */ -- cgit v1.2.3