scratch – Blame information for rev 68

Subversion Repositories:
Rev:
Rev Author Line No. Line
68 office 1 .paralax-background {
2 background: url('/img/scratch-logo.svg') no-repeat center center;
3 position: fixed;
4 width: 100%;
5 height: 350px; /*same height as jumbotron */
6 top:0;
7 left:0;
8 z-index: -1;
9 }
10  
11 .jumbotron {
12 height: 350px;
13 color: white;
14 text-shadow: #444 0 1px 1px;
15 background:transparent;
16 }