Skip to content

Commit 9e3da9b

Browse files
agcolomscottgonzalez
authored andcommitted
Fixed indentation issue in css entry
1 parent bfb41e2 commit 9e3da9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/css.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ $( "p" )
228228
backgroundColor : "#ddd",
229229
fontWeight: ""
230230
};
231-
$( this ).css( styles );
232-
});
231+
$( this ).css( styles );
232+
});
233233
]]></code>
234234
<css><![CDATA[
235235
p {

0 commit comments

Comments
 (0)