bug #0003908: fixed NarWeb footer height problem

svn: r15304
This commit is contained in:
Jason Simanek
2010-05-03 12:17:47 +00:00
parent 4a8414e5c8
commit b1d2ca5dc4
10 changed files with 57 additions and 53 deletions
+10 -9
View File
@@ -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;