diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-19 14:22:39 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-19 14:22:39 -0300 |
commit | fde565cc07d6d4d459bf49906b8038fdaba7c584 (patch) | |
tree | 7cead71fbb0e82797e19e57a599fb2d466702066 /index.html | |
parent | 791d8c4fac6990f76d48db911ad1d80fe6c54a56 (diff) |
Misc. scenario tweaks
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> |