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
  • !4116

Sub-divide the desktop responsive utility classes to include specific desktop sizes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/phaseOne/patch-1 into 2.1.0-wip Jul 18, 2012
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 1

Created by: phaseOne

This patch adds the .visible-980, .visible-1200, .hidden-980, and .hidden-1200 classes.

_Update:_ scotty6435 recommended changing the pixel amounts into normal and wide. That sounded like a good idea, so I changed the classes into .visible-normal, .visible-wide, .hidden-normal, and .hidden-wide.

Class Phones Tablets Desktops (980-1199px) Desktops (1200px and up)
.visible-desktop hidden hidden visible visible
.visible-normal hidden hidden visible hidden
.visible-wide hidden hidden hidden visible
.hidden-desktop visible visible hidden hidden
.hidden-normal visible visible hidden visible
.hidden-wide visible visible visible hidden
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/phaseOne/patch-1