diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index f32569634aee25a976b2e662a1f6f53c4f9f5ae6..dc9da749ade98381d7bc065b67db33249b8f3122 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -414,7 +414,7 @@ a#logo { display: block; clear: right; margin-left: 80px; } } #menufooter ul { padding: 0; margin: 0; list-style-type: none; } #menufooter ul li { display: inline; margin: 0; list-style: none; } -#menufooter ul li a, #menufooter ul li a:visited { padding: 0 10px; text-decoration: none; white-space: nowrap; color: #GET{c_navigation}; } +#menufooter ul li a, #menufooter ul li a:visited { display: inline-block; padding: 0.5em 1em; text-decoration: none; white-space: nowrap; color: #GET{c_navigation}; } #menufooter ul li a:hover, #menufooter ul li a:focus { background-color: #GET{c_menu_a_hover_bk}; color: #GET{c_menu_a_hover}; } /* bandeau de contact dans le footer */ #footer #bandeaucontact { padding: 1px 10px; color: #GET{c_footer}; text-align: center; }