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

More CSS cleanups #2709

Merged
merged 8 commits into from Jul 15, 2020
Merged

Commits on Jul 15, 2020

  1. Copy the full SHA
    988446c View commit details
    Browse the repository at this point in the history
  2. Rework the about header size change to be based on the screen width, …

    …not the menu state
    
    Also reworks to be mobile-first
    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    3f6fd29 View commit details
    Browse the repository at this point in the history
  3. Remove webkit-appearance: none

    This is the default anyway, and we don't need this for anything specific.
    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    46bd1a9 View commit details
    Browse the repository at this point in the history
  4. Move the login form rules to be based on screen size

    Ideally this would be refactored to be mobile-first, but is likely
    to be replaced by more general bootstrap form refactoring anyway.
    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    5805024 View commit details
    Browse the repository at this point in the history
  5. Rename nav-related body classes

    This makes it clearer that the classes are only for navigation menu
    matters. Other things should be done on media queries, or ideally,
    using bootstrap components like grids.
    
    This has a side effect of removing the smaller font size from the
    body when the navigation menu is in the small-nav state.
    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    e157b37 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d89a304 View commit details
    Browse the repository at this point in the history
  7. Remove unused css

    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    b4e7f5e View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary css

    Images have no border in modern browsers, and bootstrap's reset also
    sets this.
    gravitystorm committed Jul 15, 2020
    Copy the full SHA
    a9f751e View commit details
    Browse the repository at this point in the history