OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

Change HTML on drafthistory-page #29

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

At: http://178.62.254.91/lf/initiative/history/3.html

Add section wrapper. Current HTML:

<div class="main">
  ...
</div>

New:

<div class="main">
  <div class="section section-drafthistory">
    ...
  </div>
</div>
nktc commented 9 years ago

Complete.