help: Add a bottom border in section headings.

This commit adds a bottom border to all the section
headings.
This commit is contained in:
Akash Nimare
2018-09-12 12:39:57 +05:30
committed by Tim Abbott
parent 4e176b97b2
commit 17c541fedf

View File

@@ -160,12 +160,18 @@ body {
font-size: 1.25em;
line-height: 1.5;
margin-bottom: 0px;
border-bottom: 1px solid #fff;
}
.help .sidebar h1:not(:first-of-type) {
margin-top: 20px;
}
.help .sidebar h1:first-of-type,
.help .sidebar h1.home-link {
border-bottom: none;
}
.help .sidebar h2 {
font-size: 1.2em;
line-height: 1.05;