File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 23
23
< link rel ="search " href ="/opensearch.xml " type ="application/opensearchdescription+xml " title ="Cargo ">
24
24
</ head >
25
25
< body >
26
- {{content-for 'body'}}
27
26
< noscript >
28
- < div id ="main ">
29
- < div class ='noscript '>
30
- This site requires JavaScript to be enabled.
31
- </ div >
32
- </ div >
27
+ < div id ='noscript '>
28
+ For full functionality of this site it is necessary to enable JavaScript.
29
+ </ div >
33
30
</ noscript >
31
+
32
+ {{content-for 'body'}}
34
33
35
34
< script src ="{{rootURL}}assets/vendor.js "> </ script >
36
35
< script src ="{{rootURL}}assets/cargo.js "> </ script >
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ body > div {
41
41
}
42
42
}
43
43
44
+ #noscript {
45
+ color : white ;
46
+ padding : 10px 0 ;
47
+ }
48
+
44
49
#main {
45
50
@include display-flex ;
46
51
@include flex-direction (column );
You can’t perform that action at this time.
0 commit comments