Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jsha/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: heading-sizes
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 30, 2021

  1. Fix font sizes for rightside contents

    This gives more specific selectors for the font sizes assigned to
    various headings. This avoids an issue where we set a font size for a
    given heading level, and then have to override it, and override it
    again.
    
    This also allows us to set the font size for impls on the impl div.
    
    Also, change from `em` to `rem` when specifying font sizes. That avoids
    a "compounding" problem when a font-size in em is specified multiple
    times: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size#rems
    jsha committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    df06aa7 View commit details
    Browse the repository at this point in the history
Loading