Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
better details on the prefix option in download builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 20, 2012
1 parent b8e10a7 commit cf735a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizr/templates/download.html
Expand Up @@ -84,7 +84,7 @@ <h2><a href="/download/" class="wt dl-link">Download Modernizr {{ latest_version
<li id="cssclasses">
<div id="cssprefixcontainer">
<label><input type="checkbox" checked value="cssclasses" /> Add CSS Classes</label>
<label><abbr class="help" title="Add a prefix if Modernizr’s default class names conflict with your CSS. A prefix of `mod` means classes like `.mod-video`">className prefix:</abbr><input type="text" id="cssprefix" class="textfield" /></label>
<label><abbr class="help" title="Add a prefix if Modernizr’s default class names conflict with your CSS. A prefix of `mod-` means classes like `.mod-video`">className prefix:</abbr><input type="text" id="cssprefix" class="textfield" /></label>
</div>
</li>
</ul>
Expand Down

0 comments on commit cf735a8

Please sign in to comment.