File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 25
25
<style >
26
26
{% getBundle "css " %}
27
27
</style >
28
+ {# These are in the njk so the path prefix is respected #}
29
+ {%- css %}
30
+ body {
31
+ background: url({{ ' /img/body_bg.jpg' | htmlBaseUrl }} ) no-repeat center 80px;
32
+ }
33
+ a.extlink .icon {
34
+ background: url({{ ' /img/extlink.png' | htmlBaseUrl }} ) 0 50% no-repeat;
35
+ }
36
+ {% endcss %}
28
37
{#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
29
38
{# <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> #}
30
39
</head >
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ html:before {
93
93
);
94
94
z-index : -1 ;
95
95
}
96
- body {
97
- background : url (/img/body_bg.jpg) no-repeat center 80px ;
98
- }
99
96
100
97
/* Banner */
101
98
.banner {
@@ -544,7 +541,6 @@ footer a[href]:active {
544
541
}
545
542
a .ext-link .icon {
546
543
padding-left : 15px ;
547
- background : url (/img/extlink.png) 0 50% no-repeat;
548
544
}
549
545
550
546
@media (max-width : 919px ) {
You can’t perform that action at this time.
0 commit comments