Skip to content

Commit c1f4a39

Browse files
committed
Adjustments to CSS for Tutorials, part 27
1 parent 4b00814 commit c1f4a39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/static/tutorials/sound/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>Code</h3>
8181

8282
<p class="txt">Example 1</p>
8383

84-
<pre style="margin-left: 0px">
84+
<pre>
8585
<span style="color: #666666;">/**</span>
8686
<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>
8787
<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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ h6 { font-size : 1em; }
491491
p { font-size : 1em; }
492492

493493
pre {
494+
display : inline;
494495
font-family : monaco, "Courier New", Courier, monospace;
495496
font-size : 11px;
496497
line-height : normal; color: #000000;

0 commit comments

Comments
 (0)