diff --git a/static/css/combo-style.css b/static/css/combo-style.css index fdbdf81..b89bdf0 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -43,6 +43,16 @@ a:hover { border-bottom-style: solid; } +ul li { + list-style: none; +} + +ul li:before { + content: "\2299"; + float: left; + margin-left: -1.5em; +} + .container { position: relative; margin: 0 auto; @@ -76,6 +86,10 @@ a:hover { font-size: 110%; } +#menu ul li:before { + content: none; +} + @media(min-width:1100px) { #menu ul li { font-size: 130%; } } #menu ul li a { @@ -654,6 +668,10 @@ div.textcell.liste-references ul li { margin: 1em 2em; } +div.textcell.liste-references ul li:before { + content: none; +} + div.contactez-nous, div.se-voir { margin-top: 2em;