Skip to content

Commit d9b3bc2

Browse files
committed
Add a top border for maintainers line to visually separate sections
1 parent d6b298f commit d9b3bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
4141
}
4242

4343
.maintainers {
44+
border-top: 1px solid #ddd;
4445
display: block;
4546
margin-top: -.5rem;
4647
color: #9a9a9a;

0 commit comments

Comments
 (0)