diff --git a/docs.html b/docs.html index 087d296..14c3ac7 100644 --- a/docs.html +++ b/docs.html @@ -180,7 +180,8 @@

<input type="text" class="smooth">
 				
<textarea rows="3" class="smooth"> -
<span class="addon"></span><input type="text" class="smooth">
+
<span class="addon">$</span><input type="text" class="smooth"> +
Be careful with addons! If you do not want a space between the addon and the input make sure that there is no space between the </span> and <input> tags. Example:
... </span> <input ...
$
... </span><input ...
$