Created
March 2, 2013 20:18
-
-
Save taclab/5073094 to your computer and use it in GitHub Desktop.
Bootstrap - 16 Col & 24 Col This method for last version of Bootstrap - Version 2.3.1 Click this link to customize bootstrap: http://twitter.github.com/bootstrap/customize.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16 Grid system with Gutter | |
| @gridColumns: 16 | |
| @gridColumnWidth: 45px | |
| @gridGutterWidth: 15px | |
| @gridColumnWidth1200: 52.5px | |
| @gridGutterWidth1200: 22.5px | |
| @gridColumnWidth768: 31.5px | |
| @gridGutterWidth768: 15px | |
| 16 Grid system without Gutter | |
| @gridColumns: 16 | |
| @gridColumnWidth: 60px | |
| @gridGutterWidth: 0px | |
| @gridColumnWidth1200: 75px | |
| @gridGutterWidth1200: 0px | |
| @gridColumnWidth768: 46.5px | |
| @gridGutterWidth768: 0px | |
| ------------------------ | |
| 24 Grid system with Gutter | |
| @gridColumns: 24 | |
| @gridColumnWidth: 30px | |
| @gridGutterWidth: 1px | |
| @gridColumnWidth1200: 35px | |
| @gridGutterWidth1200: 15px | |
| @gridColumnWidth768: 21px | |
| @gridGutterWidth768: 10px | |
| 24 Grid system without Gutter | |
| @gridColumns: 16 | |
| @gridColumnWidth: 40px | |
| @gridGutterWidth: 0px | |
| @gridColumnWidth1200: 50px | |
| @gridGutterWidth1200: 0px | |
| @gridColumnWidth768: 31px | |
| @gridGutterWidth768: 0px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment