adding menu item to allow user to control SSR. moved site specific css hacks to sites.css experimenting with urlbar autocomplete. Something is still a bit off in popup handling. MINIMO ONLY. git-svn-id: svn://10.0.0.236/trunk@178528 18797224-902f-48f8-a5cc-f745e15eee43
13 lines
209 B
CSS
Executable File
13 lines
209 B
CSS
Executable File
|
|
@-moz-document domain(maps.google.com)
|
|
{
|
|
div#rhs { display: none ! important;}
|
|
|
|
div#map { height: 80%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: inherit;
|
|
}
|
|
}
|
|
|