made changed to remove issue where browser cannot zoom/scale
This commit is contained in:
parent
b61c4b890f
commit
19b1921a6c
@ -47,7 +47,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="sixteen columns">
|
<div class="sixteen columns">
|
||||||
<h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
|
<h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
|
||||||
<h5>Version 1.0.2</h5>
|
<h5>Version 1.0.3</h5>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
<div class="one-third column">
|
<div class="one-third column">
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* Skeleton V1.0.2
|
* Skeleton V1.0.3
|
||||||
* 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.
|
||||||
* http://www.opensource.org/licenses/mit-license.php
|
* http://www.opensource.org/licenses/mit-license.php
|
||||||
* 5/20/2011
|
* 7/17/2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
|
||||||
/* Tabs Activiation
|
/* Tabs Activiation
|
||||||
================================================== */
|
================================================== */
|
||||||
var tabs = $('ul.tabs');
|
var tabs = $('ul.tabs');
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Skeleton V1.0.2
|
* Skeleton V1.0.3
|
||||||
* 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.
|
||||||
* http://www.opensource.org/licenses/mit-license.php
|
* http://www.opensource.org/licenses/mit-license.php
|
||||||
* 5/20/2011
|
* 7/17/2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color: #444;
|
color: #444;
|
||||||
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
|
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Skeleton V1.0.2
|
* Skeleton V1.0.3
|
||||||
* 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.
|
||||||
* http://www.opensource.org/licenses/mit-license.php
|
* http://www.opensource.org/licenses/mit-license.php
|
||||||
* 5/20/2011
|
* 7/17/2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Table of Content
|
/* Table of Content
|
||||||
|
4
stylesheets/skeleton.css
vendored
4
stylesheets/skeleton.css
vendored
@ -1,10 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Skeleton V1.0.2
|
* Skeleton V1.0.3
|
||||||
* 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.
|
||||||
* http://www.opensource.org/licenses/mit-license.php
|
* http://www.opensource.org/licenses/mit-license.php
|
||||||
* 5/20/2011
|
* 7/17/2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user