From 704c2d7bf8dad10997ae143a575d9432519ff771 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 24 Jan 2013 15:45:44 -0500 Subject: cursor order --- app.js | 2 +- public/stylesheets/style.css | 1 + views/index.ejs | 17 ++++++++--------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app.js b/app.js index cab9f7a..2b1bfce 100644 --- a/app.js +++ b/app.js @@ -158,7 +158,7 @@ io.sockets.on('connection', function (socket) { }); } socket.emit('scores', { - 'scores': scores, + 'scores': scores.reverse(), 'users': users }) }); diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 93585a3..a01b355 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -395,6 +395,7 @@ header { color: #333; font-family: 'Julius Sans One', sans-serif; z-index:2; + text-shadow: 0 0 5px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff; } .cursor div.name { left: 29px; diff --git a/views/index.ejs b/views/index.ejs index d3fb6af..728be67 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -47,15 +47,14 @@

currently waiting

    --> -
    -

    high scores

    -
      - <% if (!currentUser) { %> -
      - <% } %> - OKFocus - -
      +
      +

      high scores

      +
        + <% if (!currentUser) { %> +
        + <% } %> +
        + OKFocus
        -- cgit v1.2.3-70-g09d2