style fix

This commit is contained in:
Naeltard 2014-07-02 01:45:20 +02:00
parent d834c90db7
commit c018b6bade

View File

@ -85,7 +85,7 @@ a {
}
#logo {
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=header_friseurteam2.png) no-repeat #FCF8F9;
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=header_friseurteam2.png) no-repeat white;
background-size: contain;
height: 200px;
opacity: 1;
@ -172,4 +172,8 @@ a {
#info_mapfb{
width: 50%;
padding-left: 18px;
}
#top_container{
background-color: white;
}