Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Remove trailing spaces #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions GGS.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Golden Grid System (1.01) <http://goldengridsystem.com/>
* by Joni Korpi <http://jonikorpi.com/>
* licensed under MIT <http://opensource.org/licenses/mit-license.php>
*
*
*/
/*
*
Expand Down Expand Up @@ -251,12 +251,12 @@ h3 {
@media screen and (min-width: 40em) {
body {
/* Zoom baseline grid to 17/16 = 1.0625 */

font-size: 1.0625em;
}
h1 {
/* 42px / 48px */

font-size: 2.625em;
line-height: 1.1428571428571428em;
margin: 1.1428571428571428em 0 0.5714285714285714em;
Expand All @@ -268,14 +268,14 @@ h3 {
* ----------------------------------------------------------------------
* Margin | # 1 2 3 4 5 6 7 8 | Margin
* 5.55555% | % 12.5 25.0 37.5 50.0 62.5 75.0 87.5 100 | 5.55555%
*
*
*
*/
/* @media screen and (min-width: 720px) */
@media screen and (min-width: 45em) {
body {
/* Reset baseline grid to 16/16 = 1 */

font-size: 1em;
}
#twoway .wrapper {
Expand All @@ -287,15 +287,15 @@ h3 {
@media screen and (min-width: 55.5em) {
body {
/* Zoom baseline grid to 17/16 = 1.0625 */

font-size: 1.0625em;
}
}
/* @media screen and (min-width: 984px) */
@media screen and (min-width: 61.5em) {
body {
/* Reset baseline grid to 16/16 = 1.0 */

font-size: 1em;
}
header, #twoway {
Expand All @@ -306,15 +306,15 @@ h3 {
@media screen and (min-width: 75em) {
body {
/* Zoom baseline grid to 17/16 = 1.0625 */

font-size: 1.0625em;
}
}
/* @media screen and (min-width: 1392px) */
@media screen and (min-width: 87em) {
body {
/* Reset baseline grid to 16/16 = 1.0 */

font-size: 1em;
}
header, #twoway {
Expand All @@ -325,7 +325,7 @@ h3 {
@media screen and (min-width: 105em) {
body {
/* Zoom baseline grid to 17/16 = 1.0625 */

font-size: 1.0625em;
}
}
Expand All @@ -335,7 +335,7 @@ h3 {
* ----------------------------------------------------------------------------------------------------------------------
* Margin | # 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Margin
* 5.55555% | % 6.25 12.5 18.75 25.0 31.25 37.5 43.75 50.0 56.25 62.5 68.75 75.0 81.25 87.5 93.75 100 | 5.55555%
*
*
*
*/
/* @media screen and (min-width: 1872px) */
Expand All @@ -358,7 +358,7 @@ h3 {
@media screen and (min-width: 130em) {
body {
/* Zoom baseline grid to 18/16 = 1.125 */

font-size: 1.125em;
max-width: 160em;
}
Expand Down
30 changes: 15 additions & 15 deletions GGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
The comment jumble above is handy for targeting old IE with CSS.
http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
-->

<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Golden Grid System Demo</title>

<!-- Please don't add "maximum-scale=1" here. It's bad for accessibility. -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>

<!-- Feel free to split the CSS into separate files, if you like. -->
<link rel="stylesheet" href="GGS.css"/>
<link rel="stylesheet" href="GGS.css"/>

<!-- Here's Golden Gridlet, the grid overlay script. -->
<script src="GGS.js"></script>
<!--

<!--
This script enables structural HTML5 elements in old IE.
http://code.google.com/p/html5shim/
-->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body lang="en">

<!-- Demo code begins -->

<header>
<div class="wrapper">
<h1>A Golden Demonstration</h1>
Expand All @@ -42,7 +42,7 @@ <h2>
</h2>
</div>
</header>

<article id="twoway">
<section class="wrapper">
<h3>A two-way split</h3>
Expand All @@ -57,9 +57,9 @@ <h3>By the way</h3>
</p>
</section>
</article>

<!-- Demo code ends -->

</body>
</html>

</html>
24 changes: 12 additions & 12 deletions GGS.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading