diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png b/compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png new file mode 100644 index 0000000..23f443f Binary files /dev/null and b/compte_agglo_montpellier/static/themes/django-montpellier/Picto-Bulle.png differ diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/Picto-coeur.png b/compte_agglo_montpellier/static/themes/django-montpellier/Picto-coeur.png new file mode 100644 index 0000000..d9c556c Binary files /dev/null and b/compte_agglo_montpellier/static/themes/django-montpellier/Picto-coeur.png differ diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index 3a42dc7..181d204 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -177,6 +177,14 @@ br.clear { cursor: default; /* someday, perhaps, cursor: move */ } +#content .block h2.feeds { + background-image: url(Picto-Bulle.png); +} + +#content .block h2.newsletters { + background-image: url(Picto-Coeur.png); +} + #content .demarches ul, #content ul.mes-demarches { list-style: none;