2020-04-05 09:36:27 +02:00
|
|
|
.release-date {
|
2021-02-17 06:59:56 +01:00
|
|
|
font-weight: bold;
|
2020-04-05 09:36:27 +02:00
|
|
|
}
|
|
|
|
|
2021-07-30 21:41:53 +02:00
|
|
|
#history-release-notes {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-10-17 07:43:43 +02:00
|
|
|
#history-release-notes > p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-03-15 06:18:22 +01:00
|
|
|
#history-release-notes > ul {
|
2021-10-17 07:43:43 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-date:not(:first-child) {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
padding-top: 20px;
|
2020-04-05 09:36:27 +02:00
|
|
|
}
|
|
|
|
|
2020-03-08 12:30:03 +01:00
|
|
|
input[type=radio] {
|
2021-02-17 06:59:56 +01:00
|
|
|
margin: 0;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
|
|
|
|
2020-06-28 07:43:08 +02:00
|
|
|
label {
|
|
|
|
margin-left: 10px;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
|
|
|
|
2020-06-28 07:43:08 +02:00
|
|
|
input[type=radio], label {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ruleset-generator {
|
|
|
|
display: inline-flex;
|
2021-02-17 06:59:56 +01:00
|
|
|
margin-top: 10px;
|
2020-06-28 07:43:08 +02:00
|
|
|
width: 100%;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
2020-07-09 20:55:05 +02:00
|
|
|
|
|
|
|
#history {
|
2020-07-24 08:16:25 +02:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
2020-07-09 20:55:05 +02:00
|
|
|
}
|
|
|
|
|
2020-07-24 08:16:25 +02:00
|
|
|
#generator-section {
|
|
|
|
display: none;
|
2020-07-09 20:55:05 +02:00
|
|
|
}
|
2020-08-30 19:07:34 +02:00
|
|
|
|
|
|
|
.important {
|
|
|
|
background-color: #fbdcdc;
|
|
|
|
border: 2px solid red;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #555;
|
|
|
|
}
|
2021-07-30 21:41:53 +02:00
|
|
|
.release-notes-area {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
.release-notes-area > p {
|
|
|
|
font-size: larger;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0;
|
|
|
|
}
|