Projet

Général

Profil

0001-hautes-alpes-hide-toplinks-in-page_template_commune..patch

Benjamin Dauvergne, 24 février 2017 12:36

Télécharger (1,28 ko)

Voir les différences:

Subject: [PATCH] hautes-alpes: hide toplinks in page_template_commune.html
 (#15145)

 static/hautes-alpes/_custom.scss                                 | 3 +++
 templates/variants/hautes-alpes/combo/page_template_commune.html | 2 ++
 2 files changed, 5 insertions(+)
static/hautes-alpes/_custom.scss
34 34
		color: darken($primary-color, 20);
35 35
	}
36 36
}
37
.template-commune div#toplinks {
38
	display: none;
39
}
templates/variants/hautes-alpes/combo/page_template_commune.html
1 1
{% extends "combo/page_template.html" %}
2 2
{% load combo %}
3 3

  
4
{% block bodyargs %}class="template-commune"{% endblock %}
5

  
4 6
{% block header-title %}
5 7
<div id="header-logo">
6 8
{% placeholder "headerlogo" %}
7
-