cleaner google maps hack NPODB

This commit is contained in:
dougt%meer.net 2005-07-19 17:10:28 +00:00
Родитель 48215bff90
Коммит bcbb61e532
1 изменённых файлов: 11 добавлений и 8 удалений

Просмотреть файл

@ -71,11 +71,14 @@ img[src*="spacer"] {
}
/* google maps hack */
div#rhs { display: none ! important;}
div#map { height: 100%;
width: 100%;
overflow: hidden;
position: inherit;
}
/* google maps hack */
@-moz-document domain(maps.google.com)
{
div#rhs { display: none ! important;}
div#map { height: 80%;
width: 100%;
overflow: hidden;
position: inherit;
}
}