From a844e74025ec3184963b935547bbd129dd8c48f6 Mon Sep 17 00:00:00 2001 From: Richard Birkby Date: Sat, 16 Aug 2014 18:21:55 +0100 Subject: [PATCH] Remove unused syntax Removes semicolons, dir argument and id properties --- index.html | 128 ++++++++++++++++++++++++++--------------------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/index.html b/index.html index 6bf1cd3..37d4af0 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + Javascript Tetris @@ -22,9 +22,9 @@ @media screen and (min-width: 800px) and (min-height: 800px) { #tetris { font-size: 2.00em; width: 750px; } #menu { width: 350px; height: 700px; } #upcoming { width: 175px; height: 175px; } #canvas { width: 350px; height: 700px; } } /* 35px chunks */ @media screen and (min-width: 900px) and (min-height: 900px) { #tetris { font-size: 2.25em; width: 850px; } #menu { width: 400px; height: 800px; } #upcoming { width: 200px; height: 200px; } #canvas { width: 400px; height: 800px; } } /* 40px chunks */ - + - +