Changelog visually improved

This commit is contained in:
nobody 2021-10-17 07:43:43 +02:00
parent f456d39001
commit 6400dd1afd
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 10 additions and 6 deletions

View File

@ -6,9 +6,17 @@
display: none;
}
#history-release-notes > p {
margin-bottom: 0;
}
#history-release-notes > ul {
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
margin: 0;
}
.release-date:not(:first-child) {
border-top: 1px solid #ccc;
padding-top: 20px;
}
input[type=radio] {
@ -54,7 +62,3 @@ input[type=radio], label {
font-weight: bold;
margin: 0;
}
.release-notes-area > ul {
margin: 0 0 20px 0;
}