Skip to content

Commit 1518c3d

Browse files
committed
Adjust CSS line height for Tutorials, part 2
1 parent 5656a87 commit 1518c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/static/tutorials/p3d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 style="line-height: 0.7em;">P3D</h1>
1010
<h3 style="line-height: 0.7em;"><em>Daniel Shiffman</em></h3>
1111

1212
<p>
13-
In Processing 2.0, there are four render modes: the default renderer, P2D, P3D, and PDF. To use a non-default renderer, you can specify via the <a href="http://processing.org/reference/size_.html">size()</a> function.
13+
There are four render modes: the default renderer, P2D, P3D, and PDF. To use a non-default renderer, you can specify via the <a href="http://processing.org/reference/size_.html">size()</a> function.
1414
</p>
1515

1616
<pre>

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ h2 { margin-bottom: 0; margin-top: 0;}
11811181
margin-bottom: 2em;
11821182
font-size: 100%;
11831183
font-weight: normal;
1184-
line-height: 150%;
1184+
line-height: 200%;
11851185
}
11861186

11871187
/************************************************************** Books ***/

0 commit comments

Comments
 (0)