Skip to content

Commit

Permalink
Testing shadows.
Browse files Browse the repository at this point in the history
  • Loading branch information
markosullivan committed Jan 28, 2010
1 parent ad89872 commit 328a8f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/garden/design/style.css
Expand Up @@ -1459,6 +1459,9 @@ div.Popup div.Body {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 8px solid #555;
box-shadow: 0px 0px 10px #333;
-moz-box-shadow: 0px 0px 10px #333;
-webkit-box-shadow: 0px 0px 10px #333;
}
div.Popup div.Body div.Body {
border: 0;
Expand Down

0 comments on commit 328a8f0

Please sign in to comment.