We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c55da commit 9548c06Copy full SHA for 9548c06
content/static/tutorials/typography/index.html
@@ -539,8 +539,6 @@ <h3>Typing</h3>
539
</td>
540
</tr>
541
542
-<hr />
543
-
544
<tr>
545
546
css/style.css
@@ -1148,11 +1148,12 @@ h2 { margin-bottom: 0; margin-top: 0;}
1148
}
1149
1150
#Tutorials hr {
1151
- height: 1px;
1152
- color: #666666;
1153
- background-color: #666666;
1154
- border: none;
1155
- border-width: 0px;
+ display: block;
+ height: 1px;
+ border: 0;
+ border-top: 1px solid #ccc;
+ margin: 1em 0;
1156
+ padding: 0;
1157
1158
1159
#Tutorials img.tut {
0 commit comments