Skip to content

Commit

Permalink
add box shadow for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
dz committed Sep 1, 2010
1 parent c0149a5 commit 59e854f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry/media/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ ul { margin: 1em 0 1em 2em; }
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0 1px 4px #c5c5c5;
-webkit-box-shadow: 0 1px 4px #c5c5c5;
box-shadow: 01px 4px #c5c5c5;
padding: 10px 20px;
}

Expand Down

0 comments on commit 59e854f

Please sign in to comment.