scratch – Diff between revs 68 and 69

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 68 Rev 69
1 .paralax-background { 1 .paralax-background {
2 background: url('/img/scratch-logo.svg') no-repeat center center; 2 background: url('/img/scratch-logo.svg') no-repeat center center;
3 position: fixed; 3 position: fixed;
4 width: 100%; 4 width: 100%;
5 height: 350px; /*same height as jumbotron */ 5 height: 350px; /*same height as jumbotron */
6 top:0; 6 top:0;
7 left:0; 7 left:0;
8 z-index: -1; 8 z-index: -1;
9 } 9 }
10   10  
11 .jumbotron { 11 .jumbotron {
12 height: 350px; 12 height: 350px;
13 color: white; 13 color: red;
14 text-shadow: #444 0 1px 1px; 14 text-shadow: #444 0 1px 1px;
15 background:transparent; 15 background:transparent;
16 } 16 }
17   17  
18
Generated by GNU Enscript 1.6.5.90.
18
Generated by GNU Enscript 1.6.5.90.
19   19  
20   20  
21   21