Clean up docs some more.
This commit is contained in:
parent
203da6c409
commit
e9d4a2fbf1
|
@ -18,7 +18,7 @@ select, input, textarea, button { font:99% sans-serif; }
|
||||||
pre, code, kbd, samp { font-family: monospace, sans-serif; }
|
pre, code, kbd, samp { font-family: monospace, sans-serif; }
|
||||||
|
|
||||||
|
|
||||||
body { background: #EEE; color: #444; }
|
body { background: #EEE; color: #444; line-height: 1.4em; }
|
||||||
|
|
||||||
header { background: #F36C00 url(header-bg.gif) repeat-x; height: 59px; min-width:780px; width: 100%; }
|
header { background: #F36C00 url(header-bg.gif) repeat-x; height: 59px; min-width:780px; width: 100%; }
|
||||||
header div { margin: 0 auto; padding: 0 40px; width: 745px; }
|
header div { margin: 0 auto; padding: 0 40px; width: 745px; }
|
||||||
|
@ -37,7 +37,7 @@ h1, h2 { font-family: Georgia, Times, serif; }
|
||||||
h2 { font-size: 1.25em; margin: 2.5em 0 .5em; border-bottom: 1px solid #999; padding-bottom: 5px; }
|
h2 { font-size: 1.25em; margin: 2.5em 0 .5em; border-bottom: 1px solid #999; padding-bottom: 5px; }
|
||||||
h3 { font-weight: bold; }
|
h3 { font-weight: bold; }
|
||||||
|
|
||||||
ul li { list-style: disc; margin-left: 1em; margin-bottom: 1em; }
|
ul li { list-style: disc; margin-left: 1em; margin-bottom: 1.25em; }
|
||||||
ol li { margin-left: 1.25em; }
|
ol li { margin-left: 1.25em; }
|
||||||
|
|
||||||
li > p { margin-top: .25em; }
|
li > p { margin-top: .25em; }
|
||||||
|
|
11
index.html
11
index.html
|
@ -1039,7 +1039,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>Painless Setup</h3>
|
<h3>Painless Setup</h3>
|
||||||
<p>Add Chosen's files to your app and then add the class <em>chzn-select</em> to your select box. That's it, you're done!</p>
|
<p>Add Chosen's files to your app and then add the class <em>chzn-select</em> to your select box. Chosen automatically respects optgroups, selected state, the multiple attribute and browser tab order. You don't need to do anything else except customize the style as you see fit.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -1054,10 +1054,12 @@
|
||||||
<h2>FAQs</h2>
|
<h2>FAQs</h2>
|
||||||
<ul class="faqs">
|
<ul class="faqs">
|
||||||
<li>
|
<li>
|
||||||
<em>Why did you build this built for Prototype?</em>
|
<h3>Why did you build this built for Prototype?</h3>
|
||||||
|
<p>Chosen was built for <a href="http://www.getharvest.com/">Harvest</a>, which relies heavily on the Prototype framework. We're hoping to release a jQuery version of the library soon.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<em>What browsers are supported?</em>
|
<h3>What browsers are supported?</h3>
|
||||||
|
<p>All modern browsers are support (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled.</p>
|
||||||
</li>
|
</li>
|
||||||
<ul>
|
<ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1065,8 +1067,7 @@
|
||||||
<script src="chosen/chosen.proto.js"></script>
|
<script src="chosen/chosen.proto.js"></script>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
Blah blah blah. © 2011
|
© 2011 <a href="http://www.getharvest.com/">Harvest</a> - Chosen is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a>.
|
||||||
Built by <a href="http://www.getharvest.com/">Harvest</a>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue