openreferral / specification

The Human Services Data Specification - a data exchange format developed by the Open Referral Initiative
https://openreferral.org
Other
117 stars 49 forks source link

HSDS Index - Spacing in list of pages #246

Closed odscjames closed 9 months ago

odscjames commented 3 years ago

This is after https://github.com/openreferral/specification/pull/238 is merged

Above any nested list of secondary pages, there is a extra space.

It seems to be because of this new CSS rule that wasn't there before:

.rst-content .section ol li > *, .rst-content .section ul li > * {
    margin-top: 12px;
    margin-bottom: 12px;
}
mrshll1001 commented 9 months ago

Closing as I believe this no longer applies, given the new theme since 3.0 (which seems to be working).