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:
parent
057c8d617f
commit
94062ea1d3
@ -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.
|
||||||
|
@ -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,
|
||||||
|
1
stylesheets/skeleton.css
vendored
1
stylesheets/skeleton.css
vendored
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user