fixing 768 alpha omega bug, changing the button css to clean it up a bit and resetting version on tabs

This commit is contained in:
Dave Gamache 2012-01-25 21:27:50 -08:00
parent 057c8d617f
commit 94062ea1d3
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Skeleton V1.2 * Skeleton V1.1
* Copyright 2011, Dave Gamache * Copyright 2011, Dave Gamache
* www.getskeleton.com * www.getskeleton.com
* Free to use under the MIT license. * Free to use under the MIT license.

View File

@ -156,7 +156,7 @@
cursor: pointer; cursor: pointer;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 14px; line-height: 14px;
padding: 10px; padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.button:hover, .button:hover,

View File

@ -82,6 +82,7 @@
.container .columns { margin-left: 10px; margin-right: 10px; } .container .columns { margin-left: 10px; margin-right: 10px; }
.column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; } .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
.column.omega, .columns.omega { margin-right: 0; margin-left: 10px; } .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
.alpha.omega { margin-left: 0; margin-right: 0; }
.container .one.column, .container .one.column,
.container .one.columns { width: 28px; } .container .one.columns { width: 28px; }