Skip to content

Commit 2745606

Browse files
committed
Adjustments to CSS for Tutorials, part 7
1 parent 0da1243 commit 2745606

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/static/tutorials/sound/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 style="line-height: 0.7em;">Sound</h1>
22
<h3 style="line-height: 0.7em;"><em>Text by R. Luke DuBois, code by Wilm Thoben</em></h3>
33

4-
<table width="656">
4+
<table width="640">
55
<tr>
66
<td>
77

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,6 @@ h2 { margin-bottom: 0; margin-top: 0;}
11361136
#Tutorials table {
11371137
width: 687px;
11381138
margin-top: 35px;
1139-
margin-right: 20px;
11401139
border-collapse:collapse;
11411140
}
11421141
#Tutorials td {
@@ -1157,8 +1156,9 @@ h2 { margin-bottom: 0; margin-top: 0;}
11571156
#Tutorials p.txt {
11581157
margin-top: 0em;
11591158
margin-bottom: 2em;
1160-
font-size : 110%;
1161-
font-weight : normal;
1159+
font-size: 110%;
1160+
font-weight: normal;
1161+
line-height: 150%;
11621162
}
11631163

11641164
/************************************************************** Books ***/

0 commit comments

Comments
 (0)