summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-11 18:53:40 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-11 18:53:40 -0400
commita00b37b3c96f393c31c3d9aafe41fa8fa948a7c9 (patch)
tree62df2c66ffde005c17d819fdca8388500156866b /css
parent36233eeeb385dae78bec30be19dc6920e341cc56 (diff)
index shadows
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css8
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 {