diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 8 |
1 files changed, 5 insertions, 3 deletions
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 { |