Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !21220

Remove redundant media queries

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Starsam80/remove-redundant-media into v4-dev Nov 27, 2016
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 3

Created by: Starsam80

These media queries for min-width were unnecessary and produced stuff like

@media (min-width: 576px) and (min-width: 576px) {
  /* Some CSS here */
}

Removing these queries fixes this.

P.S.: Lately, I've been noticing a lot of stuff weird/wrong with the code, so expect some PRs from me. I would like to do a giant PR with all of my fixes but that would be annoying to review, so I'm splitting it up into several different ones. With this method, it would also be easier to reject some changes by just closing the PR.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Starsam80/remove-redundant-media