Skip to content

Commit

Permalink
Remove newline to make it look like every other line
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Jul 31, 2012
1 parent e1ade3e commit 10eca4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ <h1>
-webkit-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Saf3.2+, Chrome <span class="endcomment">*/</span></span> -webkit-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Saf3.2+, Chrome <span class="endcomment">*/</span></span>
-moz-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 4-15 <span class="endcomment">*/</span></span> -moz-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 4-15 <span class="endcomment">*/</span></span>
-o-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Opera 10.5+ <span class="endcomment">*/</span></span> -o-transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Opera 10.5+ <span class="endcomment">*/</span></span>
transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b> transition: <b g="0">all</b> <b g="1">0.3s</b> <b g="2">ease-out</b>; <span class="comment">/* Firefox 16+ <span class="endcomment">*/</span>
; <span class="comment">/* Firefox 16+ <span class="endcomment">*/</span>
}</pre> }</pre>
<pre class="rule comment commentclose"><span class="comment">/* */</span></pre> <pre class="rule comment commentclose"><span class="comment">/* */</span></pre>
</div> </div>
Expand Down

0 comments on commit 10eca4c

Please sign in to comment.