summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-06-08 01:49:10 -0400
committerThomas Park <thomas@thomaspark.me>2012-06-08 01:49:10 -0400
commit57f402c9e6ff12ddff05e9d943bbb638a41619a1 (patch)
tree977d8d56120c40d40edbcb3cdc90d2a11ffd2a27 /css
parent6baf6862d3a5829c44cdbc782c5922d368659195 (diff)
index: fix thumbnail images for mobile
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css16
1 files 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 */