[Docs] WIP Style Guide

Fixes #1233
Additional content; tweak to H3 margins
This commit is contained in:
Charles Hacskaylo 2017-01-30 14:52:57 -08:00
parent e010dbb324
commit b8d8f40ed7

View File

@ -122,7 +122,7 @@
<h2>Selects</h2>
<div class="cols cols1-1">
<div class="col">
<p>Similar to checkboxes and radio buttons, selects use a combination of minimal additional markup with CSS to present a custom and common look-and-feel across platforms.</p>
<p>Similar to checkboxes and radio buttons, selects use a combination of minimal additional markup with CSS to present a custom and common look-and-feel across platforms. The <code>select</code> element is wrapped by another element, such as a <code>div</code>, which acts as the main display element for the styling. The <code>select</code> provides the click and select functionality, while having all of its native look-and-feel suppressed.</p>
</div>
<mct-example><div class="select">
<select>