diff options
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 17 | 
1 files changed, 12 insertions, 5 deletions
| diff --git a/assets/css/application.css b/assets/css/application.css index df74acb..c3dba05 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -19,7 +19,6 @@ header {  #samples {  	margin: 3em 0; -    z-index:1;  } @@ -116,7 +115,6 @@ header {  /* . Buttons . */  .button { -    z-index:1;  	border-width: 1px;  	border-style: solid;  	cursor: pointer; @@ -211,8 +209,17 @@ header {       width: 100%;       height: 100%;       position:absolute; + +    z-index: -10;    } -.sample-media{ -    z-index: -1; -} +.overlay { +     position: absolute; +     top: 0; +     left: 0; +     width: 100%; +     height: 100%; +     position:absolute; +    z-index: -5; +	background: url('../images/background.png') repeat; +  } | 
