Skip to content

Commit

Permalink
fix indent to tab from 4 whitespacses
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Tkachenko committed Oct 31, 2011
1 parent 32986c5 commit 09cb7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -30,7 +30,7 @@ <h2>One property, two values, endless possiblities</h2>
<a data-property="border-width" data-from="0" data-to="35px" style="border-style:dashed; border-color: black;"></a>
<a data-property="border-width" data-from="0" data-to="75px" style="border-style:double; border-color: black;"></a>
<a data-property="box-shadow" data-from="0 0 black" data-to="0 150px 10px -50px rgba(0,0,0,.5)"></a>
<a data-property="box-shadow" data-from="inset -75px -75px 400px #000" data-to="none" data-author="yuritkachenko"></a>
<a data-property="box-shadow" data-from="inset -75px -75px 400px #000" data-to="none" data-author="yuritkachenko"></a>
<a data-property="color" data-from="white" data-to="black"></a>
<a data-property="font-size" data-from="60px" data-to="300px"></a>
<a data-property="height" data-from="150px" data-to="0"></a>
Expand Down

0 comments on commit 09cb7e4

Please sign in to comment.