mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 17:36:15 -04:00
docs: whitespace cleanup
This commit is contained in:
parent
4d2467763b
commit
4bc18d8673
22 changed files with 41 additions and 36 deletions
|
@ -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><!-- Search --></em>
|
||||
<<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>>
|
||||
|
||||
|
||||
<!-- File browser --></em>
|
||||
<<b>label</b> <i>for</i>=<u>"file"</u>>File browser
|
||||
<<b>input</b> <i>type</i>=<u>"file"</u> <i>id</i>=<u>"file"</u> <i>name</i>=<u>"file"</u>>
|
||||
|
@ -264,7 +264,7 @@
|
|||
</section>
|
||||
|
||||
${require('./_footer.html')}
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
<script src="js/commons.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue