Skip to content

Commit d6e33dd

Browse files
committed
Adjustments to CSS for Tutorials, part 25
1 parent e29b3fc commit d6e33dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/static/tutorials/sound/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>Code</h3>
8282
<p class="txt">Example 1</p>
8383

8484
<p>
85-
<code>
85+
<pre style="margin-left: 0px">
8686
<span style="color: #666666;">/**</span>
8787
<span style="color: #666666;">&nbsp;*&nbsp;In&nbsp;this&nbsp;example,&nbsp;five&nbsp;sine&nbsp;waves&nbsp;are&nbsp;layered&nbsp;to&nbsp;construct&nbsp;a&nbsp;cluster&nbsp;</span>
8888
<span style="color: #666666;">&nbsp;*&nbsp;of&nbsp;frequencies.&nbsp;This&nbsp;method&nbsp;is&nbsp;called&nbsp;additive&nbsp;synthesis.&nbsp;Use&nbsp;the&nbsp;</span>
@@ -129,7 +129,7 @@ <h3>Code</h3>
129129
&nbsp;&nbsp;&nbsp;&nbsp;sineWaves[i].freq(sineFreq[i]);
130130
&nbsp;&nbsp;}
131131
}
132-
</code>
132+
</pre>
133133
</p>
134134

135135
<hr />

0 commit comments

Comments
 (0)