diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index 4507d7054..bb1c380b3 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -174,8 +174,8 @@ div#header p { /* Footer ----------------------------------------------------- */ div#footer { - height: 60px; clear:both; + overflow:hidden; width:100%; font-size:12px; line-height:130%; diff --git a/src/data/Web_Basic-Blue.css b/src/data/Web_Basic-Blue.css index b1da69fdf..ffdd043d1 100644 --- a/src/data/Web_Basic-Blue.css +++ b/src/data/Web_Basic-Blue.css @@ -245,15 +245,16 @@ p#user_header { /* Footer ----------------------------------------------------- */ div#footer { - width: 100%; - height: 60px; - overflow: auto; - clear: both; - font-size: 12px; - margin: 0; - color: #FFF; - background-color: #00029D; - border-top: solid 8px #13A926; + clear:both; + overflow:hidden; + width:100%; + font-size:12px; + line-height:130%; + color:#FFF; + margin:0; + padding:15px 0 0 0; + background-color:#00029D; + border-top:solid 8px #13A926; } div#footer a, div#footer a:visited { text-decoration: none; diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index aa68819f7..a216384ec 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -174,14 +174,17 @@ div#header a { /* Footer ----------------------------------------------------- */ - div#footer { - width: 100%; - font-size: 12px; - height: 60px; - color: #E8E6E8; - border-top: solid 1px #454; - background-color: #454; + clear:both; + overflow:hidden; + width:100%; + font-size:12px; + line-height:130%; + color:#E8E6E8; + margin:0; + padding:15px 0 0 0; + background-color:#454; + border-top:solid 1px #454; } #footer a, #footer a:visited { text-decoration:none; diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index d7e503793..47c3baddd 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -1243,10 +1243,10 @@ table.weblinks tr td.ColumnDescription { /* Footer ----------------------------------------------------- */ -#footer { +div#footer { clear:both; + overflow:hidden; width:100%; - height: 60px; font-size:12px; line-height:130%; color:#2E2E61; diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 667825c6c..10c096550 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -1246,10 +1246,10 @@ table.weblinks tr td.ColumnDescription { /* Footer ----------------------------------------------------- */ -#footer { +div#footer { clear:both; + overflow:hidden; width:100%; - height: 60px; font-size:12px; line-height:130%; color:#8C581C; diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index aec16ccb6..423f8e89f 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -1242,10 +1242,10 @@ table.weblinks tr td.ColumnDescription { /* Footer ----------------------------------------------------- */ -#footer { +div#footer { clear:both; + overflow:hidden; width:100%; - height: 100px; font-size:12px; line-height:130%; color:#204D91; diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index 2d063153d..7f500b9d1 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -1284,16 +1284,16 @@ table.weblinks tr td.ColumnDescription { /* Footer ----------------------------------------------------- */ #footer { - clear: both; - width: 965px; - height: 100px; - font-size: 10px; - line-height: 130%; - font-family: sans-serif; - margin: 0 auto; - padding: 15px 0 0 0; + clear:both; + overflow:hidden; + width:965px; + font-size:10px; + line-height:130%; + font-family:sans-serif; + margin:0 auto; + padding:15px 0 0 0; color: #000; - background:url(../images/Web_Mainz_MidLight.png) #FFF2C6 bottom left repeat; + background:url('../images/Web_Mainz_MidLight.png') #FFF2C6 bottom left repeat; border-top:dashed 1px #7D5925; } #footer a, #footer a:visited { diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 5c4d4b5cb..d3afa4a9b 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -1285,8 +1285,9 @@ div#pedigree { /* Footer ----------------------------------------------------- */ -#footer { +div#footer { clear:both; + overflow:hidden; width:100%; font-size:12px; line-height:130%; diff --git a/src/data/Web_Print-Default.css b/src/data/Web_Print-Default.css index 4e8239c5e..6b9962783 100644 --- a/src/data/Web_Print-Default.css +++ b/src/data/Web_Print-Default.css @@ -199,17 +199,17 @@ p#user_header { /* Footer ----------------------------------------------------- */ div#footer { - width: 100%; - height: 60px; - overflow: auto; - clear: both; - font-size: 12px; - margin: 0; - color: #000; - background-color: #FFF; - border-width: 4px 0 1px 0; - border-style: solid; - border-color: #000; + clear:both; + overflow:hidden; + width:100%; + font-size:12px; + line-height:130%; + margin:0; + color:#000; + background-color:#FFF; + border-width:4px 0 1px 0; + border-style:solid; + border-color:#000; } div#footer p#createdate { float: left; diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 50976f170..d44998654 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -232,15 +232,15 @@ p#user_header { /* Footer ----------------------------------------------------- */ div#footer { - width: 100%; - height: 60px; - overflow: auto; - clear: both; - font-size: 12px; - margin: 0; - color: #FFF; - background-color: #542; - border-top: solid 8px #5D835F; + clear:both; + overflow:hidden; + width:100%; + font-size:12px; + line-height:130%; + color:#FFF; + margin:0; + background-color:#542; + border-top:solid 8px #5D835F; } div#footer a, div#footer a:visited { text-decoration:none;