Skip to content
Snippets Groups Projects
Commit 3354c3cc authored by Nuno Alexandre's avatar Nuno Alexandre Committed by Alec Theriault
Browse files

Decrease space between code blocks

There was too much space between code blocks as pointed out by
reviewers.
parent 440ceaf5
No related branches found
No related tags found
No related merge requests found
......@@ -274,14 +274,14 @@ details[open] > summary {
}
pre {
padding: 17px;
margin: 1em 0 2em 0;
padding: 1rem;
margin: 0px;
background-color: rgba(0, 0, 0, .033);
overflow: auto;
border-bottom: 0.25em solid white;
/* white border adds some space below the box to compensate
for visual extra space that paragraphs have between baseline
and the bounding box */
}
pre + pre {
margin-top: 0.4em;
}
.src {
......@@ -319,7 +319,7 @@ pre {
#package-header .caption {
color: white;
font-style: normal;
font-size: 1.1rem;
font-size: 1rem;
font-weight: bold;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment