OSULUG/OSULUG-Website

Make list navigation buttons be on same line

Closed this issue · 2 comments

Recent blogs on front page...

          <form class="sliding-btn" method="link" action="/blog/index.html">    
            <button class="btn info" id="sliding-all"><a href="/blog/index.html">All</a></button>
          </form>                                                               
          <noscript><div style="display:none;"</noscript>                       
            <button href="#" class="btn info" id="sliding-prev-page">Prev</button>
            <button href="#" class="btn info" id="sliding-next-page">Next</button>
          <noscript></div></noscript>  

in templates/home.html. For me in firefox, the 'all' button is on a separate line from the 'prev' and 'next' ones. They should all be on the same line, to waste less space.

This appears to have been fixed.

@iankronquist You're right! Thank you for reminding me. Not sure how it fixed itself, but it did, so I won't complain.