Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove border-bottom from headings in most docblocks. #90036

Merged
merged 2 commits into from
Oct 20, 2021

Commits on Oct 19, 2021

  1. Remove border-bottom from most docblocks.

    Headings in the top-doc docblock still get a border-bottom due to a rule
    that covers all h2, h3, and h4. Method docblocks are generally h5, and
    so don't get a border-bottom anymore.
    
    This fixes a problem where a sub-sub-heading within a method would have
    a line that went all the way across the page, creating a division that
    made that sub-sub-heading look much more important than it really is.
    jsha committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9aec3a0 View commit details
    Browse the repository at this point in the history
  2. Reduce margin on h5 and h6

    jsha committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e399343 View commit details
    Browse the repository at this point in the history