Skip to content

Commit 03668b8

Browse files
MauriceGkswedberg
authored andcommitted
Update CSS example caption Closes #241
1 parent 0667f82 commit 03668b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/css.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ div { height: 50px; margin: 5px; padding: 5px; float: left; }
174174
</p>]]></html>
175175
</example>
176176
<example>
177-
<desc>To set the color of all paragraphs to red and background to blue:</desc>
177+
<desc>To set the text-weight of hovered paragraphs to bolder, background to blue, and different CSS when leave:</desc>
178178
<code><![CDATA[
179179
$("p").hover(function () {
180180
$(this).css({'background-color' : 'yellow', 'font-weight' : 'bolder'});

0 commit comments

Comments
 (0)