Skip to content

Commit

Permalink
tweak shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Jan 27, 2012
1 parent f5579ed commit 3a188ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ a:hover {
#main, div.header, li.repo {
background: white;
background: rgba(255, 255, 255, 0.7);
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}

Expand Down

0 comments on commit 3a188ff

Please sign in to comment.