Validation fixes.
parent
d5e56aebdc
commit
91fb969552
|
@ -6,14 +6,14 @@
|
|||
<!-- </div>-->
|
||||
<div id="menu">
|
||||
<label for="tm" id="toggle-menu">Menu<span class="drop-icon">▾</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">▾</span>
|
||||
</a>
|
||||
<label title="Toggle Drop-down" class="drop-icon" for="sm0">▾</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">▾</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">▾</span>
|
||||
</a>
|
||||
<label title="Toggle Drop-down" class="drop-icon" for="sm3">▾</label>
|
||||
<input type="checkbox" id="sm3">
|
||||
<input type="checkbox" id="sm3" />
|
||||
<ul class="sub-menu">
|
||||
<li><a href="/help/">All help topics →</a></li>
|
||||
<li><a href="/help/copyright.html">Copyright Procedures</a></li>
|
||||
|
|
Loading…
Reference in New Issue