NarrativeWeb: Continuing work on getting FamilyMap and Place Page Map to look and work as I want it too. StyleSheet: Changing elements to match current modifications.

svn: r15650
This commit is contained in:
Rob G. Healey
2010-07-24 08:43:43 +00:00
parent 2cd2b3c84d
commit e020d6a443
2 changed files with 120 additions and 116 deletions

View File

@@ -28,15 +28,32 @@ body#FamilyMap {
background-color: #000;
color: #000;
margin: 0 auto;
width: 1060px;
width: 100%;
padding: 0px 4px 0px 4px;
}
div#largeYmap {
width: 800px;
margin: 0% 2% 0% 2%;
}
div#smallYmap {
width: 800px;
margin: 0% 7% 0% 7%;
}
/* References
------------------------------------------------- */
div#References {
body#FamilyMap div#References {
background-color: #FFF;
}
body#FamilyMap div#References ol {
list-style-type: decimal;
}
body#FamilyMap div#References ol li ol {
list-style-type: lower-alpha;
}
body#FamilyMap div#References ol li a {
text-decoration: none;
}
/* Mapstraction
------------------------------------------------- */
@@ -63,17 +80,22 @@ div#geo-info {
/* GoogleV3
------------------------------------------------- */
div#googlev3 {
height: 500px;
width: 600px;
border: solid 1px #000;
}
/* **************************************************************************************
MiddleSection
middlesection
------------------------------------------------- */
div#middlesection {
div#smallXMap {
height: 800px;
float: center;
margin: 0% 0% 7% 0%;
}
div#largeXMap {
width: 1400px;
float: center;
margin: 0% 0% 2% 0%;
}
/* Family GoogleV3