misc: don't put the tracking code box on top of the breadcrumb (#8442)

This commit is contained in:
Frédéric Péters 2015-09-30 18:39:10 +02:00
parent 1b7fda76f4
commit 6c97f3c796
2 changed files with 8 additions and 0 deletions

View File

@ -1076,3 +1076,7 @@ div#idp-links ul li:hover {
div.qommon-map {
height: 280px;
}
div#side div#tracking-code {
margin-top: 44px;
}

View File

@ -1048,3 +1048,7 @@ div#agglo-little-links li a {
div.qommon-map {
height: 280px;
}
div#side div#tracking-code {
margin-top: 44px;
}