diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 80bef7b..5115aa6 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ u.heading { color: #AAF; } -#help { display: none; width: 400px; } +#help { display: none; width: 300px; } #help:target { display: block; } </style> <p><a href="#help">Huh? <i>(Click me!)</i></a></p> @@ -55,5 +55,5 @@ Please use <u>Firefox</u>. It's the only browser where I've actually tested the <br><u class="heading">I WANT TO PLAY A BETTER VERSION OF THIS HECKING DEMO</u><br> Try Final Fantasy XIII?<br> <br><a href='#'>Close</a></p> -<canvas id="canvas" tabindex="1" width="400" height="240"></canvas> +<canvas id="canvas" tabindex="1" width="300" height="240"></canvas> <script src="index.js"></script> |