Modified susimail footer so <hr> is hidden as well

This commit is contained in:
str4d
2012-09-25 21:57:22 +00:00
parent 44466aa769
commit 02f483a873
3 changed files with 3 additions and 3 deletions

View File

@@ -1316,7 +1316,7 @@ public class WebMail extends HttpServlet
else if( sessionObject.state == STATE_NEW )
showCompose( out, sessionObject, request );
out.println( "</form><hr><p class=\"footer\">susimail v0." + version +" " + ( RELEASE ? "release" : "development" ) + " &copy; 2004-2005 <a href=\"mailto:susi23@mail.i2p\">susi</a></div></body>\n</html>");
out.println( "</form><div id=\"footer\"><hr><p class=\"footer\">susimail v0." + version +" " + ( RELEASE ? "release" : "development" ) + " &copy; 2004-2005 <a href=\"mailto:susi23@mail.i2p\">susi</a></div></div></body>\n</html>");
out.flush();
}
}

View File

@@ -78,7 +78,7 @@ p.footer {
line-height:10pt;
}
.iframed p.footer {
.iframed #footer {
display: none;
}

View File

@@ -56,7 +56,7 @@ p.footer {
line-height:10pt;
}
.iframed p.footer {
.iframed #footer {
display: none;
}