diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-22 12:53:11 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-22 12:53:11 -0500 |
commit | c0855cb10b47416a52acab9cdccafe609c5479a2 (patch) | |
tree | 252b6ca1dccf2196ce39529d5180cb3e7ce94d0b /css | |
parent | e3d76f9449e44749691a33d3f55f4cca8eaafd30 (diff) |
new label for new swatches
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index b970c4b9..d46b8719 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -59,6 +59,10 @@ body { opacity: .65; width: 16px; } + +.icon-envelope { + opacity: .65; +} .about { margin-top: 50px; @@ -90,7 +94,11 @@ body { -moz-border-radius: 6px; border-radius: 6px; } - + +.thumbnail .label { + vertical-align: top; +} + .thumbnail .btn-toolbar { text-align: right; } |