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
  • Issues
  • #12808
Closed
Open
Issue created Feb 21, 2014 by Administrator@rootContributor

Wrong documentation info: column width

Created by: minimit

http://getbootstrap.com/css/#grid-options The column widths are wrong:

It says: Small devices Tablets (≥768px): 60px Medium devices Desktops (≥992px): 78px Large devices Desktops (≥1200px): 95px

You can check by inspecting bootstrap columns on the browsers, and they are impossible by math, for example: 1170px/12 = 97.5px (columns are 97-98px)

The right ones are this: Small devices Tablets (≥768px): 62-63px Medium devices Desktops (≥992px): 80-81px Large devices Desktops (≥1200px): 97-98px

Check out the psd templates I've done, they are with the right values http://www.minimit.com/articles/tips-resources/bootstrap-3-grid-psd-templates

Assignee
Assign to
Time tracking