Skip to content

Commit

Permalink
Wrap class="placeholder" in a code block
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 2, 2010
1 parent dd7c626 commit 933d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This plugin was based on a code snippet by [Paul Irish](http://paulirish.com/),

### CSS

The plugin automatically adds class="placeholder" to the elements who are currently showing their placeholder text. You can use this to style placeholder text differently:
The plugin automatically adds `class="placeholder"` to the elements who are currently showing their placeholder text. You can use this to style placeholder text differently:

input { color: #000; }
.placeholder { color: #aaa; }
Expand Down

0 comments on commit 933d050

Please sign in to comment.