docs: whitespace cleanup

This commit is contained in:
Waldir Pimenta 2023-01-16 22:13:30 +00:00
parent 4d2467763b
commit 4bc18d8673
22 changed files with 41 additions and 36 deletions

View file

@ -1,8 +1,8 @@
<!doctype html>
<html lang="en">
<head>
${require('./_head.html')
title="Forms"
${require('./_head.html')
title="Forms"
description="All form elements are fully responsive in pure semantic HTML, allowing forms to scale gracefully across devices and viewports."
canonical="forms.html"
}
@ -10,10 +10,10 @@
<body>
${require('./_nav.html')}
<main class="container" id="docs">
${require('./_sidebar.html') active="forms-link"}
<div role="document">
<section id="forms">
<hgroup>
@ -233,7 +233,7 @@
<pre><code><em>&lt;!-- Search --&gt;</em>
&lt;<b>input</b> <i>type</i>=<u>"search"</u> <i>id</i>=<u>"search"</u> <i>name</i>=<u>"search"</u> <i>placeholder</i>=<u>"Search"</u>&gt;
&lt;!-- File browser --&gt;</em>
&lt;<b>label</b> <i>for</i>=<u>"file"</u>&gt;File browser
&lt;<b>input</b> <i>type</i>=<u>"file"</u> <i>id</i>=<u>"file"</u> <i>name</i>=<u>"file"</u>&gt;
@ -264,7 +264,7 @@
</section>
${require('./_footer.html')}
</div>
</main>
<script src="js/commons.min.js"></script>