Merge pull request #447 from MaxXor/html-fixes

Fix several html errors
This commit is contained in:
luigi1111 2017-10-25 12:31:43 -05:00 committed by GitHub
commit 1786b07bd9
3 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ title: Monero Team
<div class="col-xs-12">
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked="true">
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
<h2>Core</h2>
<div class="tabPanel-content">
<div class="row">
@ -42,7 +42,7 @@ title: Monero Team
{%endfor%}
</div>
</div>
<label for="tab-2" tab index="0"></label>
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>Developers</h2>
<div class="tabPanel-content">

View file

@ -12,7 +12,7 @@ title: Forum Funding System
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked="true">
<input id="tab-1" type="radio" name="tabs" aria-hidden="true" checked>
<h2>Ideas</h2>
<div class="tabPanel-content">
{% for toplevel in site.data.ffs %}
@ -28,8 +28,8 @@ title: Forum Funding System
<p><a href="/forum-funding-system/ideas/" class="btn-link btn-fixed">See all Ideas</a></p>
</div>
</div>
<label for="tab-2" tab index="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-h idden="true">
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>Open Tasks</h2>
<div class="tabPanel-content">
{% for toplevel in site.data.ffs %}

View file

@ -42,8 +42,8 @@ title: Roadmap
{%endif%}
{%endfor%}
</div>
<label for="tab-2" tab index="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-h idden="true">
<label for="tab-2" tabindex="0"></label>
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
<h2>2015</h2>
<div class="tabPanel-content">
{% for toplevel in site.data.roadmap %}
@ -87,7 +87,7 @@ title: Roadmap
{%endfor%}
</div>
<label for="tab-4" tabindex="0"></label>
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked="true">
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked>
<h2>2017</h2>
<div class="tabPanel-content">
{% for toplevel in site.data.roadmap %}