Skip to content

Commit d61dcaf

Browse files
committed
Adjustments to CSS for Tutorials, part 21
1 parent 5b93b09 commit d61dcaf

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
@@ -84,7 +84,7 @@ <h3>Code</h3>
8484
<p class="txt">Example 1</p>
8585

8686
<p>
87-
<pre class="tut">
87+
<pre class="tut"><code>
8888
<span style="color: #666666;">/**</span>
8989
<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>
9090
<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>
@@ -131,7 +131,7 @@ <h3>Code</h3>
131131
&nbsp;&nbsp;&nbsp;&nbsp;sineWaves[i].freq(sineFreq[i]);
132132
&nbsp;&nbsp;}
133133
}
134-
</pre>
134+
</code></pre>
135135
</p>
136136

137137
<hr />

0 commit comments

Comments
 (0)