From 834d96024325da89031ec8a990091599c543ac45 Mon Sep 17 00:00:00 2001
From: Ryan McGrath
Date: Sun, 10 Jul 2011 05:19:05 -0400
Subject: [PATCH] Finalize demo
---
css/demo.css | 8 ++++----
index.html | 14 ++------------
2 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/css/demo.css b/css/demo.css
index 53e4dbf..0f1d072 100644
--- a/css/demo.css
+++ b/css/demo.css
@@ -18,7 +18,7 @@ blockquote, q { quotes: "" ""; }
html {
color: #333;
- font: normal 24px/28px helvetica, arial, sans-serif;
+ font: normal 22px/26px helvetica, arial, sans-serif;
padding: 0px;
background: #fff;
overflow: hidden !important;
@@ -26,7 +26,7 @@ html {
body { overflow: hidden !important; padding: 20px; }
-h1 { background-color: #42a2cc; color: #f9f9f9; font-size: 50px; padding: 10px; }
+h1 { background-color: #42a2cc; color: #f9f9f9; font-size: 44px; padding: 10px; }
a, a:visited {
background-color: #42a2cc;
@@ -44,9 +44,9 @@ p {
}
/* "Players". ;) */
-.player { position: absolute; top: 680px; width: 26px; height: 26px; text-align: center; border: 2px solid #010101; padding: 10px; }
+.player { position: absolute; top: 400px; width: 26px; height: 26px; text-align: center; border: 2px solid #010101; padding: 10px; }
.player span { background-color: #f9f9f9; padding: 5px 5px 4px; font-weight: bold; }
#player_1 { background-color: #ef1419; color: #ef1419; left: 500px; }
#player_2 { background-color: #13c32c; color: #13c32c; left: 580px; }
#player_3 { background-color: #e6d01a; color: #e6d01a; left: 660px; }
-#player_4 { background-color: #af0bb1; color: #af0bb1; left: 740px; }
\ No newline at end of file
+#player_4 { background-color: #af0bb1; color: #af0bb1; left: 740px; }
diff --git a/index.html b/index.html
index a5d4622..2076c10 100644
--- a/index.html
+++ b/index.html
@@ -17,18 +17,8 @@
This demo is really simple, and works best with all Wii remotes (Wiimotes). Hold a Wiimote horizontal (sideways), and use
the directional pad to move a box floating in the bottom right corner around. Wiimote #1 is red, #2 is green, #3 is yellow, #4 is purple.
Have fun!
-
-
-
- If you find bugs or want to get in touch, come find me at the project home on GitHub! You
- can also find me on Twitter (@ryanmcgrath), or my personal website.
- I'm always interested in what others are building!
-
-
-
- - Ryan McGrath
-
-
+
+
1
2
3