fixes #253
This commit is contained in:
parent
c2eeb8b3e7
commit
09a89c1343
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,6 @@ pre, code, kbd, samp {
|
||||||
pre {
|
pre {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
figure {
|
figure {
|
||||||
margin: 0 0 1rem;
|
margin: 0 0 1rem;
|
||||||
|
@ -5363,3 +5362,7 @@ div[id^="reply-edit-"] li > p:first-child {
|
||||||
.volunteer_janitor_result_bad_3 {
|
.volunteer_janitor_result_bad_3 {
|
||||||
background-color: hsl(0, 100%, 80%);
|
background-color: hsl(0, 100%, 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
line-height: .5rem;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue