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

Update html Layout fixes issues and improves html5 usage #1122

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2021

  1. Cleanup: Sass formatting

    This patch addresses some sass formatting to make the code easier to read:
    
    - Use leading zeros on decimals less than 1
    - Use parentheses around math for css propeties with multiply arguments
    - Spaces after commas in arguments
    
    In the future it would be nice to automatically format this with a tool like style lint.
    Blendify committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2cc0970 View commit details
    Browse the repository at this point in the history
  2. Revert Extra Tabbing

    Blendify committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dcf2aea View commit details
    Browse the repository at this point in the history
  3. Add back missing line

    Blendify committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    276825d View commit details
    Browse the repository at this point in the history
  4. Add whitespace back

    Blendify committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e5bbc13 View commit details
    Browse the repository at this point in the history
  5. Fix whitespace 2

    Blendify committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3652d3d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    1b8cc7d View commit details
    Browse the repository at this point in the history
  2. Update html Layout fixes issues and improves html5 usage

    This patch updates the css layout to use new html5 semantic tags. This patch also reworks the sidebar to reduce the needed css/html nesting and makes things simpler. As a result this improves the responsiveness of the sidebar. The sidebar is now always fixed to 300px (this was a bug report will update to add the task).
    
    This patch helps with html5 adoption and makes moving to bootstrap easier. This patch also helps with docutils 0.17 which makes better use of semantic tags.
    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    e463341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b43f00 View commit details
    Browse the repository at this point in the history
  4. Fix printing

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    aaf7533 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Blendify/update-layout' of github.com:readthedocs/sphin…

    …x_rtd_theme into Blendify/update-layout
    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5fdcbb0 View commit details
    Browse the repository at this point in the history
  6. FIx background color

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    492c87a View commit details
    Browse the repository at this point in the history
  7. Fix versions flyout on rtd

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    e818458 View commit details
    Browse the repository at this point in the history
  8. Fix mobile overflow

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    da832e3 View commit details
    Browse the repository at this point in the history
  9. Build assets

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0c298c3 View commit details
    Browse the repository at this point in the history
  10. Fix Content width on shift

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7d9df00 View commit details
    Browse the repository at this point in the history
  11. Cleanup: Whitespace

    Blendify committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    96bd2ed View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Don't print header

    Blendify committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    8b35617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcd6201 View commit details
    Browse the repository at this point in the history
  3. Compile CSS

    Blendify committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    83cc596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ac0df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22619e7 View commit details
    Browse the repository at this point in the history
  6. Build css

    Blendify committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    65b653d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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