Finished up with Family Map Pages' map. Fixed the Place Maps' tab options.

svn: r17938
This commit is contained in:
Rob G. Healey
2011-07-19 06:12:44 +00:00
parent f8d698aecb
commit 531bf3a78f
3 changed files with 125 additions and 190 deletions

View File

@@ -69,45 +69,3 @@ div#middlesection {
float: center;
overflow-y: hidden;
}
/* Y Map Sizes
------------------------------------------------- */
div#largeYMap {
width: 1400px;
margin: 1%;
}
div#middleYMap {
width: 1000px;
margin: 2%;
}
div#smallYMap {
width: 800px;
margin: 0px 8% 10px 9%;
}
div#YMap {
width: 800px;
margin: 0% 8% 10px 9%;
}
/* X Map Sizes
------------------------------------------------- */
div#largeXMap {
height: 1400px;
}
div#middleXMap {
height: 1200px;
}
div#smallXMap {
height: 800px;
}
div#XMap {
height: 800px;
}
/* map_canvas
------------------------------------------------- */
div#map_canvas {
height: 100%;
width: 100%;
border: double 4px #000;
}