Details
-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
None
-
-
Empty show more show less
Description
Hi,
while re-designing we discovered that's better to group all the artice meta information such as date, author, print in one container.
Please update the article template:
before:
********
<ul class="text-data">
<li class="date">12.09.2008</li>
<li class="author">Author Name</li>
</ul>
<div id="text-features">
<ul>
after
*****
<div class="text-meta">
<ul class="text-data">
<li class="date">12.09.2008</li>
<li class="author">Author Name</li>
</ul>
<ul id="text-features">
<li ..
This will be the last markup change - I promise
Checklists
Acceptance criteria