fixed css bug that stopped a panel from rendering
This commit is contained in:
parent
7efd111cef
commit
d4f5a3d5a6
@ -11,7 +11,7 @@
|
|||||||
<!-- <span wicket:id="projectTitle"></span> -->
|
<!-- <span wicket:id="projectTitle"></span> -->
|
||||||
<!-- </h5> -->
|
<!-- </h5> -->
|
||||||
|
|
||||||
<div class="box-title rounded" wicket:id="projectTitle"></div>
|
<div class="box-title" wicket:id="projectTitle"></div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<strong>Date:</strong>
|
<strong>Date:</strong>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<strong>Author(s):</strong>
|
<strong>Author(s):</strong>
|
||||||
<ul class="no-list-style">
|
<ul>
|
||||||
<li wicket:id="authorList">
|
<li wicket:id="authorList">
|
||||||
<span wicket:id="author"></span>
|
<span wicket:id="author"></span>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user