Clean up docs some more.

gh-pages
Patrick Filler 2011-06-23 12:25:25 -04:00
parent 203da6c409
commit e9d4a2fbf1
2 changed files with 8 additions and 7 deletions

View File

@ -18,7 +18,7 @@ select, input, textarea, button { font:99% 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 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; }
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; }
li > p { margin-top: .25em; }

View File

@ -1039,7 +1039,7 @@
</li>
<li>
<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>
</ul>
@ -1054,10 +1054,12 @@
<h2>FAQs</h2>
<ul class="faqs">
<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>
<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>
<ul>
</div>
@ -1065,8 +1067,7 @@
<script src="chosen/chosen.proto.js"></script>
</div>
<footer>
Blah blah blah. &copy; 2011
Built by <a href="http://www.getharvest.com/">Harvest</a>
&copy; 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>.
</footer>
</div>
</body>