Fixed width for admin panel in individual pages.

This commit is contained in:
mb863 2010-11-04 14:24:06 +00:00
parent 3ca081aa86
commit 1d5d8d0276
2 changed files with 4 additions and 4 deletions

View file

@ -104,9 +104,9 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
<body ${requestScope.bodyAttr}>
${ftl_menu}
<div id="wrapper-content">
<c:import url="${bodyJsp}"/>
</div>
${ftl_footer}