update mobile css for metropole

This commit is contained in:
Frédéric Péters 2015-02-04 16:59:12 +01:00
parent 86f1b09794
commit fdfb2b29ae
2 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,5 +1,5 @@
div#top {
background: url(logo-agglo-50p2.png) no-repeat 5px 0;
background: url(logo-m3m-mobile.png) no-repeat 5px 0;
}
a#menu {
@ -30,12 +30,12 @@ div#services > ul > li.active > ul a {
}
div#services > ul > li:nth-child(5n) strong,
ul#categories li:nth-child(5n) { background-color: #ea5b0c; }
div#services > ul > li:nth-child(5n) > ul a { border-color: #ea5b0c; }
ul#categories li:nth-child(5n) { background-color: #C7451C; }
div#services > ul > li:nth-child(5n) > ul a { border-color: #C7451C; }
div#services > ul > li:nth-child(5n+1) strong,
ul#categories li:nth-child(5n+1) { background-color: #EB590C; }
div#services > ul > li:nth-child(5n+1) > ul a { border-color: #EB590C; }
ul#categories li:nth-child(5n+1) { background-color: #F68423 }
div#services > ul > li:nth-child(5n+1) > ul a { border-color: #F68423; }
div#services > ul > li:nth-child(5n+2) strong,
ul#categories li:nth-child(5n+2) { background-color: #1F4791; }