Skip to content

Commit

Permalink
fix up shaddows
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Jan 27, 2012
1 parent 6a9c7ba commit 7096197
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 @@ -37,9 +37,9 @@ a:hover {
#main, div.header, div.project {
background: white;
background: rgba(255, 255, 255, 0.7);
-moz-box-shadow: 0px 0px 5px 0px #eee;
-webkit-box-shadow: 0px 0px 5px 0px #eee;
box-shadow: 0px 0px 5px 0px #eee;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

#main h1 {
Expand Down

0 comments on commit 7096197

Please sign in to comment.