Skip to content

Commit 1a8c641

Browse files
authored
Merge pull request #25299 from sftim/20201129_revise_api_reference
Revise “Kubernetes API Concepts”
2 parents b30a5df + 3fc2bcb commit 1a8c641

File tree

2 files changed

+536
-196
lines changed

2 files changed

+536
-196
lines changed

assets/scss/_custom.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,3 +728,13 @@ figure {
728728
}
729729
}
730730
}
731+
732+
// Indent definition lists
733+
dl {
734+
padding-left: 1.5em;
735+
736+
// Add vertical space before definitions
737+
> *:not(dt) + dt, dt:first-child {
738+
margin-top: 1.5em;
739+
}
740+
}

0 commit comments

Comments
 (0)