Skip to content

Commit

Permalink
Removing inline style and fixing example code indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tama Pugsley committed Apr 11, 2014
1 parent 98ab853 commit a3a20f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/docsupport/style.css
Expand Up @@ -30,6 +30,7 @@ footer { color: #999; padding-top: 40px; font-size: 0.8em; text-align: center; }
body { font-family: sans-serif; font-size: 1em; }

p { margin: 0 0 .7em; max-width: 700px; }
table+p { margin-top: 1em; }

h2 { border-bottom: 1px solid #ccc; font-size: 1.2em; margin: 3em 0 1em 0; font-weight: bold;}
h3 { font-weight: bold; }
Expand Down
4 changes: 2 additions & 2 deletions public/options.html
Expand Up @@ -216,7 +216,7 @@ <h3>Example:</h3>
</tr>
</table>

<p style="margin-top: 1em;">
<p>
<strong>Note:</strong> all custom Chosen events (those that being with <code class="language-javascript">chosen:</code>) also include the <code class="language-javascript">chosen</code> object as a parameter.
</p>

Expand All @@ -227,7 +227,7 @@ <h3>Example:</h3>

<pre>
<code class="language-javascript">// tell Chosen that a select has changed
$('.my_select_box').trigger('chosen:updated');</code>
$('.my_select_box').trigger('chosen:updated');</code>
</pre>

<table class="docs-table">
Expand Down

0 comments on commit a3a20f8

Please sign in to comment.