Skip to content

Commit 5bc72da

Browse files
committed
Merge pull request angular#10574 from jesselpalmer/adds-hr
docs(app): adds border
2 parents 125641c + ffb0d71 commit 5bc72da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/app/assets/css/docs.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ h1 {
1010
}
1111

1212
h2 {
13+
border-top: 1px solid #eee;
1314
font-size: 185%;
1415
font-weight: 400;
16+
margin-top: 30px;
17+
padding-top: 30px;
1518
}
1619

1720
md-sidenav.md-locked-open[flex="20"] {

0 commit comments

Comments
 (0)