saint-drezery: update colours to match comments (#9044)

This commit is contained in:
Frédéric Péters 2015-12-22 17:18:37 +01:00
parent 804bfe2aae
commit 3e6c35dcce
3 changed files with 10 additions and 2 deletions

View File

@ -96,14 +96,14 @@ div#help h2, div#info h2, div#accessibility h2, div#contact h2,
div#gauche h3,
div.large div#rub_service h3,
div#centre h3 {
background: #436600;
background: #777211;
color: white;
padding-left: 1ex;
text-transform: none;
}
div#services > ul > li strong {
background: #ff7a00 url(Picto-EServices.png) 5px 50% no-repeat;
background: #CC7710 url(Picto-EServices.png) 5px 50% no-repeat;
padding: 6px 1em 6px 47px;
margin-top: 1px;
}
@ -205,3 +205,11 @@ div#breadcrumb {
div#gauche {
margin-left: 10px;
}
div#content a {
color: #333;
}
div#content a:hover {
color: #111;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 103 KiB