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

doc: improve scrolling, various CSS tweaks #5198

Closed
wants to merge 4 commits into from

Commits on Feb 11, 2016

  1. doc: improve scrolling, various CSS tweaks

    - Made scrolling of the sidebar not affect the main page by using a
      a combination of overflow:hidden and overflow:scroll.
    - Changed the scrollbar of the sidebar to be visible again for
      accessibilty reason and removed the indication gradient because it
      was causing too much issues.
    - The main content is no longer limited to 702px, but now uses all
      available space.
    - In WebKit based browsers, the scrollbar received custom styling
      making it appear to be outside of the sidebar.
    - Changed the background of the code blocks to a neutral color and
      made inline blocks the same color.
    - Made inline code blocks inside italic sections not italic.
    - Simplified styling of api_stability classes by introducing a common
      class name for the stability levels.
    - Fixed various issues related to the green hover background on links.
    - Various minor tweaks to paddings and margins.
    - Cleaned up numbers in CSS, removing unnecessary units an decimals.
    silverwind committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    e7cf4a4 View commit details
    Browse the repository at this point in the history
  2. more tweaks

    silverwind committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3b74da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    9288eba View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. fix type font size

    silverwind committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    d7ce841 View commit details
    Browse the repository at this point in the history