OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

Remove HTML sidebar "I want to learn more" #42

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

Please remove entire "I want to learn more" section from the sidebar (i think only in index-page):

<div class="tab-whatcanido"><div class="sidebarRow"><h3>I want to learn more about LiquidFeedback</h3><ul class="ul"><li><a href="../help/introduction.html">structured discussion</a></li><li><a href="../help/introduction.html">4 phases of a decision</a></li><li><a href="../help/introduction.html">vote delegation</a></li><li><a href="../help/introduction.html">preference voting</a></li></ul></div></div>

And add this help-link:

<div class="help"><a href="http://178.62.254.91/lf/help/introduction.html" target="_blank"><i class="fa fa-question-circle"></i></a></div>

to the header within the .nav:

<div class="nav">
  .. here somewhere (I'll position with CSS) ..
</div>

And please add .section-help to .section at http://178.62.254.91/lf/help/introduction.html

nktc commented 9 years ago

Done, but please check it.

kvdmolen commented 9 years ago

Sweet!