Fixed an error in the __create_family_map(), and fixed an error in display_ind_sources().
svn: r18268
This commit is contained in:
@@ -42,16 +42,8 @@ Unknown #000
|
||||
===== Web Graphics =====
|
||||
Males Web_Gender_Male.png
|
||||
Females Web_Gender_Female.png
|
||||
*/
|
||||
|
||||
/* NarrativeWeb Styles
|
||||
================================================= */
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/* Menu Elements
|
||||
Menu Colorized Elements
|
||||
================================================= */
|
||||
div#navigation ul, div#subnavigation ul {
|
||||
background-color: Navy;
|
||||
|
||||
@@ -25,14 +25,16 @@ GRAMPS Cascading Style Sheet
|
||||
Style Name: Web_Navigation-Horizontal.css
|
||||
***************************************************************************************************
|
||||
|
||||
# $Id: $
|
||||
# $Id$
|
||||
|
||||
Body Element
|
||||
----------------------------------------------------- */
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #FFF;
|
||||
margin: 0 auto;
|
||||
padding: 5px 2px 5px 2px;
|
||||
width: 965px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Navigation
|
||||
|
||||
@@ -21,16 +21,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
#
|
||||
Family Map body element
|
||||
------------------------------------------------- */
|
||||
body#FamilyMap {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
/* geo-info Bubble
|
||||
geo-info Bubble
|
||||
------------------------------------------------- */
|
||||
div#geo-info {
|
||||
font: bold 11px sans-serif;
|
||||
@@ -39,9 +30,8 @@ div#geo-info {
|
||||
/* map_canvas-- place map holder
|
||||
------------------------------------------------- */
|
||||
div#map_canvas {
|
||||
margin: 5px;
|
||||
border: solid 4px #00029D;
|
||||
width: 98%;
|
||||
border: solid 2px #00029D;
|
||||
width: 99%;
|
||||
height: 800px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user