More IE overflow fixes; remove max-width from i2psnark css.

This commit is contained in:
z3d
2009-08-02 13:57:29 +00:00
parent abf7296de1
commit 3a0cdf1388
5 changed files with 13 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<%@include file="summary.jsp" %>
<h1>I2P Network Peer Profiles</h1>
<div class="main" id="main">
<div class="main" id="main"><div class="wideload">
<jsp:useBean class="net.i2p.router.web.ProfilesHelper" id="profilesHelper" scope="request" />
<jsp:setProperty name="profilesHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
<jsp:getProperty name="profilesHelper" property="profileSummary" />
@ -17,6 +17,6 @@
<a name="shitlist"> </a>
<jsp:getProperty name="profilesHelper" property="shitlistSummary" />
</div>
</div>
</body>
</html>