fixed css bug that stopped a panel from rendering

This commit is contained in:
Fredrik Friis 2012-04-10 13:58:57 +09:00
parent 7efd111cef
commit d4f5a3d5a6

@ -11,7 +11,7 @@
<!-- <span wicket:id="projectTitle"></span> -->
<!-- </h5> -->
<div class="box-title rounded" wicket:id="projectTitle"></div>
<div class="box-title" wicket:id="projectTitle"></div>
<div>
<strong>Date:</strong>
@ -31,7 +31,7 @@
</div>
<div>
<strong>Author(s):</strong>
<ul class="no-list-style">
<ul>
<li wicket:id="authorList">
<span wicket:id="author"></span>
</li>