Skip to content

Commit 41c55da

Browse files
committed
New layout draft for Typography tutorial, part 17
1 parent c331dd0 commit 41c55da

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

content/static/tutorials/typography/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ <h3>Draw text</h3>
9696
</tr>
9797
</table>
9898

99-
<p class="txt">&nbsp;</p>
100-
10199
<p class="txt">
102100
Another version of text() draws the characters inside a rectangle. In this use, the second and third parameters define the position of the upper-left corner of the box and fourth and fifth parameters define the width and height of the box. If the length of the text exceeds the dimensions of the defined box, the text will not display.
103101
</p>
@@ -131,8 +129,6 @@ <h3>Draw text</h3>
131129

132130
</table>
133131

134-
<p class="txt">&nbsp;</p>
135-
136132
<p class="txt">
137133
The examples in this chapter are the first to load external media into a sketch. Up to now, all examples have used only graphics generated within Processing through drawing functions such as line() and ellipse(). Processing is capable of loading and displaying other media, including fonts, images, vector files, formatted data, and sounds. While this chapter focuses on loading fonts and other chapters discuss specific information about other media types, there are a few things about loading media that apply to all categories. These similarities are discussed here.
138134
</p>
@@ -543,6 +539,8 @@ <h3>Typing</h3>
543539
</td>
544540
</tr>
545541

542+
<hr />
543+
546544
<tr>
547545
</tr>
548546

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,11 +1147,12 @@ h2 { margin-bottom: 0; margin-top: 0;}
11471147
border-collapse:collapse;
11481148
}
11491149

1150-
#Tutoriala hr {
1150+
#Tutorials hr {
11511151
height: 1px;
11521152
color: #666666;
11531153
background-color: #666666;
11541154
border: none;
1155+
border-width: 0px;
11551156
}
11561157

11571158
#Tutorials img.tut {

0 commit comments

Comments
 (0)