diff options
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; } |