diff --git a/lib/resources/styles.css b/lib/resources/styles.css index 8f81e1c025..442dbf4ac2 100644 --- a/lib/resources/styles.css +++ b/lib/resources/styles.css @@ -341,6 +341,12 @@ dd p { margin-bottom: 0; } +/* Enum values do not have their own pages; their full docs are presented on the + * enum class's page. */ +dt.constant + dd p { + margin-bottom: 1em; +} + /* indents wrapped lines */ section.summary dt { margin-left: 24px;