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 2525 <style >
2626 {% getBundle "css " %}
2727 </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 %}
2837 {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
2938 {# <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> #}
3039 </head >
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ html:before {
9393 );
9494 z-index : -1 ;
9595}
96- body {
97- background : url (/img/body_bg.jpg) no-repeat center 80px ;
98- }
9996
10097/* Banner */
10198.banner {
@@ -544,7 +541,6 @@ footer a[href]:active {
544541}
545542a .ext-link .icon {
546543 padding-left : 15px ;
547- background : url (/img/extlink.png) 0 50% no-repeat;
548544}
549545
550546@media (max-width : 919px ) {
You can’t perform that action at this time.
0 commit comments