From 78ae309e2f35713d8f296fd063fa0b5efd654054 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Wed, 25 Jan 2012 21:01:54 -0800 Subject: [PATCH] adding column and columns, singular and plural, to single column --- stylesheets/base.css | 9 +++++---- stylesheets/skeleton.css | 8 ++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 9bd76f6..0a8a275 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -128,7 +128,7 @@ /* #Buttons ================================================== */ - a.button, + .button, button, input[type="submit"], input[type="reset"], @@ -155,10 +155,11 @@ text-shadow: 0 1px rgba(255, 255, 255, .75); cursor: pointer; margin-bottom: 20px; - line-height: 21px; + line-height: 14px; + padding: 10px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } - a.button:hover, + .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, @@ -175,7 +176,7 @@ border-top: 1px solid #aaa; border-left: 1px solid #aaa; } - a.button:active, + .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index e3bf923..91c1dd8 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -30,7 +30,8 @@ .column.omega, .columns.omega { margin-right: 0; } /* Base Grid */ - .container .one.column { width: 40px; } + .container .one.column, + .container .one.columns { width: 40px; } .container .two.columns { width: 100px; } .container .three.columns { width: 160px; } .container .four.columns { width: 220px; } @@ -81,7 +82,8 @@ .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; } .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; } - .container .one.column { width: 28px; } + .container .one.column, + .container .one.columns { width: 28px; } .container .two.columns { width: 76px; } .container .three.columns { width: 124px; } .container .four.columns { width: 172px; } @@ -130,6 +132,7 @@ .columns, .column { margin: 0; } .container .one.column, + .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, @@ -178,6 +181,7 @@ .columns, .column { margin: 0; } .container .one.column, + .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns,