Skip to content

Commit

Permalink
lumen: lighten panel shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 24, 2014
1 parent 22f5eb3 commit bd4c771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lumen/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lumen/bootstrap.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions lumen/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,5 @@ label {

.panel {
border: 1px solid @navbar-default-border;
.box-shadow(0 4px 0 rgba(0, 0, 0, 0.15));

.shadow();
}

0 comments on commit bd4c771

Please sign in to comment.