chore(release)

This commit is contained in:
Bamboo 2021-08-25 17:32:23 +02:00
parent 7b51c14208
commit ada4ca70da
3 changed files with 30 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "2.207.0",
"version": "2.208.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

@ -506,20 +506,24 @@ main article {
margin: 24px 0;
}
.topic-content > section > .mediaobject {
margin-bottom: 10px;
.mediaobject {
margin-top: 20px;
}
.topic-content > section > .mediaobject img {
.mediaobject img {
border-radius: 4px;
margin: 0;
}
.topic-content > section > .mediaobject + p {
.mediaobject .caption > p {
font-size: 14px;
text-align: center;
font-style: italic;
margin: 0;
}
.inlinemediaobject {
vertical-align: unset;
}
main ol,
main ul {
margin: 0 0 24px;
@ -585,6 +589,20 @@ main ul {
margin-bottom: 8px;
}
.question {
font-weight: 600;
}
.question > td > p {
margin: 32px 0 18px 0;
}
.question > td:first-child {
padding-right: 4px;
}
.fixed-toolbar article.topic :target.question:before {
content: none;
}
body {
color: #283241;
background-color: #f5f5f7;
@ -623,3 +641,10 @@ body p {
font-size: 16px;
line-height: 24px;
}
body a {
color: #dd4d50;
}
body a:hover {
text-decoration: underline;
color: #dd4d50;
}