add custom bullets to list items

This commit is contained in:
Frédéric Péters 2015-10-29 11:29:18 +01:00
parent b144e74b0e
commit 27ed75dbd0
1 changed files with 18 additions and 0 deletions

View File

@ -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;