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
+11 -11
View File
@@ -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%;
color:#000;
margin:0;
background-color:#FFF;
border-width:4px 0 1px 0;
border-style:solid;
border-color:#000;
}
div#footer p#createdate {
float: left;