diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index e552378..89440e7 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -319,6 +319,27 @@ body.narrow-page div.right { padding-left: 1em; } +ul.newsList { + list-style: none; +} + +ul.newsList li.abonne { + margin: 0; + padding: 0; +} + +.abonne:before { + content: "\2713 "; + width: 1em; + display: inline-block; +} + +.nonAbonne:before { + content: " "; + width: 1em; + display: inline-block; +} + .abonne { color: green; }