Skip to content

Commit

Permalink
Reduce excessive spacing between callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jboxman authored and openshift-cherrypick-robot committed Oct 1, 2020
1 parent 5426a69 commit 69cc25d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _stylesheets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ table > tbody > tr > td > div > div > p > code {
.hdlist > table, .colist > table {
border: 0;
background: none;
margin-bottom: 0;
}
/* too much spacing, undo */
.colist > table {
Expand All @@ -1195,7 +1196,7 @@ table > tbody > tr > td > div > div > p > code {
vertical-align: top
}
.colist > table tr > td:last-of-type {
padding: 0 0 1em 0;
padding: 0 0 0.5em 0;
}
.qanda > ol > li > p > em:only-child {
color: #1d4b8f;
Expand Down

0 comments on commit 69cc25d

Please sign in to comment.