Skip to content

Commit

Permalink
Overlay aligned correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Nov 21, 2013
1 parent 75f4bb2 commit f580d43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,8 @@ header {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgba(0,0,0,.3);
background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.50)));
background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.85));
Expand Down Expand Up @@ -966,6 +968,8 @@ header {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgba(0,0,0,.7);
-webkit-animation-name: fadeIn;
-webkit-animation-duration: .5s;
Expand Down

0 comments on commit f580d43

Please sign in to comment.