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

Changed the index to be >= 0 to add offset/push/pull-0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/erikflowers/master into master Oct 30, 2013
  • Overview 0
  • Commits 8
  • Pipelines 0
  • Changes 2

Created by: erikflowers

  • Changed the index to be greater than or equal to zero so that offset-0, push-0, and pull-0 get added to the css file for html usage as "col-md-offset-0" to reset the offset/push/pull if you want to go from something that isn't zero, back to zero. This was changed from 3.0.0 apparently, as with 3.0.1 you can't uses these classes in HTML. You can generate the same effect on a class through less mixins like ".make-sm-column-offset(0)", but if using just bootstrap.css there was no way to reset them back to 0.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/erikflowers/master