Skip to content

Commit be08abd

Browse files
committed
Adjustments to CSS for Tutorials, part 22
1 parent d61dcaf commit be08abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/static/tutorials/sound/index.html

Lines changed: 1 addition & 1 deletion
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"><code>
87+
<pre><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>

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ h2 { margin-bottom: 0; margin-top: 0;}
11581158
background-color: #eee;
11591159
}
11601160

1161-
#Tutorials pre.tut {
1161+
#Tutorials pre {
11621162
margin-left: 0px;
11631163
}
11641164

0 commit comments

Comments
 (0)