Skip to content

Commit

Permalink
Fix shadow on ie
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Hughes committed Dec 10, 2011
1 parent e78ebf2 commit e0e814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrumdo-web/media/css/home.css
Expand Up @@ -175,7 +175,7 @@
-webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
text-shadow: rgba(0,0,0,1) 0px 0px 2px;
text-shadow: rgba(0, 0, 0, 1) 0px 2px 5px;
color: #ffffff;

font-weight: bold;
Expand Down

0 comments on commit e0e814d

Please sign in to comment.