diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 2aa0b607d..2d0ee3493 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -57,10 +57,9 @@ Females Web_Gender_Female.png ----------------------------------------------------- */ body { - color:#000; - margin:0; - padding: 88px 0 60px 0; - background-color:#FFF; + color: #000; + margin: 0 auto; + background-color: #FFF; } div { margin:0; @@ -197,6 +196,12 @@ span.preposition { body#NarrativeWeb { font-family: Arial, sans, sans-serif, Helvetica; } +#body#NarrativeWeb .nobottom { + padding: 88px 0 0 0; +} +#body#NarrativeWeb .bottom { + padding: 88px 0 60px 0; +} /* Header ----------------------------------------------------- */ @@ -229,18 +234,23 @@ p#user_header { /* Footer ----------------------------------------------------- */ #footer { + clear:both; + font-size:12px; + color:#FFF; + margin:0 auto; + background-color: #542; + border-top:solid 8px #5D835F; +} +#footer .nobottom { + width: 100%; + height: 60px; +} +#footer .bottom { position: fixed; bottom: 0; overflow: auto; width: 100%; height: 60px; - clear:both; - font-size:12px; - color:#FFF; - margin:0 auto; - padding:0; - background-color: #542; - border-top:solid 8px #5D835F; } #footer a, #footer a:visited { text-decoration:none; diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index a8b3a996e..d94bb9bad 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3610,7 +3610,7 @@ class IndividualPage(BasePage): # return all three pieces to its caller # do NOT combine before returning to class IndividualPage - return thumbnail, sect_name, summaryarea + return thumbnail, section_title, summaryarea def attribs_or_not(self, db, evt_ref_list): """ determine if there are attributes for these events """