summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/bootswatch.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index eba7d345..07f29acb 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -101,16 +101,25 @@ body {
border-radius: 7px;
}
+.thumbnail .caption {
+ color: inherit !important;
+}
+
+.thumbnail h3 {
+ margin-bottom: 0;
+}
+
.thumbnail .label {
vertical-align: top;
}
.thumbnail .btn-toolbar {
- text-align: right;
+ margin-top: 15px;
+ text-align: right;
}
.modal .label {
- vertical-align: text-top;
+ vertical-align: text-top;
}
.links {