Fixed one-third and two-third rule declarations
Was only working for one column type and not both the 12 and 16. Updated minified version with latest code.
This commit is contained in:
8
stylesheets/skeleton.css
vendored
8
stylesheets/skeleton.css
vendored
@ -26,11 +26,11 @@
|
||||
.row { margin-bottom: 20px; }
|
||||
|
||||
/* Nested Column Classes */
|
||||
.column.alpha, .columns.alpha { margin-left: 0; }
|
||||
.column.omega, .columns.omega { margin-right: 0; }
|
||||
.column.alpha, .columns.alpha { margin-left: 0; }
|
||||
.column.omega, .columns.omega { margin-right: 0; }
|
||||
|
||||
.container-twelve .one-third.column { width: 300px; }
|
||||
.container-twelve .two-thirds.column { width: 620px; }
|
||||
.container .one-third.column { width: 300px; }
|
||||
.container .two-thirds.column { width: 620px; }
|
||||
|
||||
/*****************************
|
||||
12 Column
|
||||
|
2
stylesheets/skeleton.min.css
vendored
2
stylesheets/skeleton.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user