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 @@ -40,6 +40,11 @@ body > div {
40
40
}
41
41
}
42
42
43
+ #noscript {
44
+ color : white ;
45
+ padding : 10px 0 ;
46
+ }
47
+
43
48
#main {
44
49
display : flex ;
45
50
flex-direction : column ;
You can’t perform that action at this time.
0 commit comments