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:
Offshoot Studio
2011-06-23 23:44:23 -04:00
parent 6ee1a25631
commit f068644893
3 changed files with 19 additions and 5 deletions

View File

@ -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

File diff suppressed because one or more lines are too long