Skip to content

Commit 9548c06

Browse files
committed
New layout draft for Typography tutorial, part 18
1 parent 41c55da commit 9548c06

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

content/static/tutorials/typography/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ <h3>Typing</h3>
539539
</td>
540540
</tr>
541541

542-
<hr />
543-
544542
<tr>
545543
</tr>
546544

css/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,11 +1148,12 @@ h2 { margin-bottom: 0; margin-top: 0;}
11481148
}
11491149

11501150
#Tutorials hr {
1151-
height: 1px;
1152-
color: #666666;
1153-
background-color: #666666;
1154-
border: none;
1155-
border-width: 0px;
1151+
display: block;
1152+
height: 1px;
1153+
border: 0;
1154+
border-top: 1px solid #ccc;
1155+
margin: 1em 0;
1156+
padding: 0;
11561157
}
11571158

11581159
#Tutorials img.tut {

0 commit comments

Comments
 (0)