Validation fixes.

bookshelf
Gutenberg back end service account 2020-02-24 12:37:21 -05:00
parent d5e56aebdc
commit 91fb969552
1 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@
<!-- </div>-->
<div id="menu">
<label for="tm" id="toggle-menu">Menu<span class="drop-icon">&#9662;</span></label>
<input type="checkbox" id="tm">
<input type="checkbox" id="tm" />
<ul class="main-menu cf">
<li>
<a href="/about/">About
<span class="drop-icon">&#9662;</span>
</a>
<label title="Toggle Drop-down" class="drop-icon" for="sm0">&#9662;</label>
<input type="checkbox" id="sm0">
<input type="checkbox" id="sm0" />
<ul class="sub-menu">
<li><a href="/about/">About Project Gutenberg</a></li>
<li><a href="/policy/collection_development.html">Collection Development</a></li>
@ -30,7 +30,7 @@
</a>
<label title="Toggle Drop-down" class="drop-icon" for="sm8">&#9662;</label>
<input type="checkbox" id="sm8">
<input type="checkbox" id="sm8" />
<ul class="sub-menu">
<li><a href="/ebooks/">Book Search</a></li>
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
@ -43,7 +43,7 @@
<span class="drop-icon">&#9662;</span>
</a>
<label title="Toggle Drop-down" class="drop-icon" for="sm3">&#9662;</label>
<input type="checkbox" id="sm3">
<input type="checkbox" id="sm3" />
<ul class="sub-menu">
<li><a href="/help/">All help topics &rarr;</a></li>
<li><a href="/help/copyright.html">Copyright Procedures</a></li>