Browse Source

minor changes

dev
Clemens Richter 7 years ago
parent
commit
c40cff7056
  1. 2
      .htaccess
  2. 8
      user/themes/church/css/css-only-navigation-lazy.css
  3. 2
      user/themes/church/templates/partials/base.html.twig

2
.htaccess

@ -118,7 +118,7 @@ Header set Expect-CT "max-age=0, report-uri=https://csrichter.report-uri.com/r/d
#problem: dynamic on-click handler on predigtaufnahmen page
#cache static file for 1 month
<filesMatch "\.(css|jpe?g|png|gif|js|ico)$">
<filesMatch "\.(css|jpe?g|png|gif|js|ico|mp3)$">
Header set Cache-Control "max-age=2628000, public"
</filesMatch>
Header set Pragma "cache"

8
user/themes/church/css/css-only-navigation-lazy.css

@ -36,3 +36,11 @@ display:none
color: #555;
background-color: #e7e7e7;
}
a:focus,label:focus{
outline: 5px auto -webkit-focus-ring-color;
outline-color: -webkit-focus-ring-color;
outline-style: auto;
outline-width: 5px;
outline-offset: -2px;
}

2
user/themes/church/templates/partials/base.html.twig

@ -53,8 +53,6 @@
{% block javascripts %}
{% do assets.add('theme://js/all.min.js', 99) %}
{% endif %}
{% endblock %}
{{ assets.js() }}

Loading…
Cancel
Save