From 0ee9e74a52235fa663b15425f4b5ee3545441f03 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Mon, 6 Jun 2011 11:20:10 -0700 Subject: [PATCH] next social draft --- client/about.html | 3 +++ client/game.html | 10 +--------- client/index.html | 3 +++ client/style.css | 4 +--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/client/about.html b/client/about.html index bc3eb55..6e02a02 100644 --- a/client/about.html +++ b/client/about.html @@ -62,8 +62,11 @@

  • diff --git a/client/game.html b/client/game.html index 79d8d1a..b54bf1d 100755 --- a/client/game.html +++ b/client/game.html @@ -69,7 +69,7 @@

    OFFLINE

    Connecting

    - Please hold while we retreive your game + Please hold while we retrieve your game
      @@ -84,12 +84,6 @@

      Connecting

      Share this URL to invite other people to join this game: -
    • - -
    @@ -127,8 +121,6 @@

    head.js ('http://www.google-analytics.com/ga.js', function () { _gat._getTracker('UA-267782-3')._trackPageview(); }); - head.js('http://apis.google.com/js/plusone.js'); - head.js('http://platform.twitter.com/widgets.js'); diff --git a/client/index.html b/client/index.html index 6ba0459..29a60b1 100755 --- a/client/index.html +++ b/client/index.html @@ -136,8 +136,11 @@

    Hints

  • diff --git a/client/style.css b/client/style.css index 2d6a306..4708c29 100755 --- a/client/style.css +++ b/client/style.css @@ -353,9 +353,7 @@ li li { list-style: circle; } } .spaced { margin: 30px 0; } .social { - height: 30px; - width: 200px; - padding-top: 10px; + width: 85%; margin: 0 auto; } .button:hover { background: #eee; }