1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Fix margin and padding for definition lists

This commit is contained in:
Jason Boxman
2020-10-28 17:41:13 -04:00
committed by openshift-cherrypick-robot
parent 861e82a49f
commit cf7ae302c8

View File

@@ -1291,6 +1291,13 @@ button[name="button-collapse-expand-all"] {
}
span.footnote a:active, span.footnoteref a:active {
text-decoration: underline;
}
.dlist dt {
padding-bottom: 0.5em;
}
/* This overrides the 0 margin from subdomain.css */
.dlist dd {
margin-left: 1.5em;
}
#footnotes {
padding-top: 0.75em;