From 8e5cf063176513bd64de5530ae3df3f26add645e Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Mon, 26 Aug 2013 15:14:31 +0200 Subject: [PATCH] Set logos image link border to zero. Closes #3491 --- .../static/themes/django-montpellier/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compte_agglo_montpellier/static/themes/django-montpellier/style.css b/compte_agglo_montpellier/static/themes/django-montpellier/style.css index aa0363d..7efe467 100644 --- a/compte_agglo_montpellier/static/themes/django-montpellier/style.css +++ b/compte_agglo_montpellier/static/themes/django-montpellier/style.css @@ -54,6 +54,10 @@ div#top h1 a { text-shadow: #6374AB 0px 0px 3px; } +div#top a img { + border: 0; +} + div#main-content-wrapper { position: relative; z-index: 100;