From 1f1691397fbb2bcbca660ed301a23982f46a6869 Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Sun, 22 May 2011 13:48:16 +0200 Subject: [PATCH] added .alpha.omega to remove both margins (in case of a single nested column) --- stylesheets/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index 9d7c30d..e74a8c9 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -28,6 +28,7 @@ /* Nested Column Classes */ .column.alpha, .columns.alpha { margin-left: 0; } .column.omega, .columns.omega { margin-right: 0; } + .column.alpha.omega, .columns.alpha.omega { margin-left: 0; margin-right: 0;} /* Base Grid */ .container .one.column { width: 40px; }