Skip to content

Commit cdbe2db

Browse files
committed
removed incorrectly entered space in css entry
1 parent e751934 commit cdbe2db

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
@@ -228,7 +228,7 @@ $( "p" )
228228
backgroundColor : "#ddd",
229229
fontWeight: ""
230230
};
231-
$( this ).css( styles );
231+
$( this ).css( styles );
232232
});
233233
]]></code>
234234
<css><![CDATA[

0 commit comments

Comments
 (0)