From a00b37b3c96f393c31c3d9aafe41fa8fa948a7c9 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 11 Mar 2012 18:53:40 -0400 Subject: index shadows --- css/bootswatch.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/bootswatch.css b/css/bootswatch.css index 81bead6e..b72f17c8 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -27,10 +27,13 @@ body { .alert p { margin: 0; } - + +.hero-unit { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); +} + .hero-unit, .thumbnail { background-color: #e3e3e3; - box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .hero-unit h1, .hero-unit p { @@ -94,7 +97,6 @@ body { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; - box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(256, 256, 256, 0.7); } .thumbnail .label { -- cgit v1.2.3