Skip to content

Commit ed27362

Browse files
committed
add margin under divider, remove border-bottom from contributors anchors
1 parent fd84b31 commit ed27362

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/components/contributors.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#content .content-contributors .contributors-container div a {
2323
text-decoration: none;
24+
border-bottom: none;
2425
}
2526

2627
.content-contributors .contributors-container {

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,7 @@
408408
#content section {
409409
margin-top: calc(6 * var(--base-spacing));
410410
}
411+
412+
#content section:last-child {
413+
margin-bottom: calc(6 * var(--base-spacing));
414+
}

0 commit comments

Comments
 (0)