Changelog visually improved
This commit is contained in:
parent
f456d39001
commit
6400dd1afd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue