summaryrefslogtreecommitdiff
path: root/lumen/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-19 23:39:05 -0400
committerThomas Park <thomas@thomaspark.me>2014-03-24 10:58:00 -0400
commitbd4c77144b1060406d124a3ceb84b3df5cd3c0b7 (patch)
tree32702dfeeb1b8aa5029299cf31b46a4510109693 /lumen/bootstrap.css
parent22f5eb3fec7e958dd33571cad78330c0a8d5c1ba (diff)
lumen: lighten panel shadow
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r--lumen/bootstrap.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css
index b0c9d75c..5167fe79 100644
--- a/lumen/bootstrap.css
+++ b/lumen/bootstrap.css
@@ -6012,8 +6012,7 @@ label {
}
.panel {
border: 1px solid #e7e7e7;
- -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
- box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
+ border-width: 0 1px 4px 1px;
}
.clearfix:before,
.clearfix:after,