diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-24 18:20:52 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-24 18:20:52 -0400 |
commit | fdbfedad230f391d27287b713916cea87301fbbc (patch) | |
tree | 9f25fb346a856506088492b7733697de5b7df958 /css | |
parent | c677e3c7b74cfbb7006383f2489418b481a1ca9f (diff) |
index: style tweaks
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 13 |
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 { |