From 65d1c50b44d4d0dee4ed1ba99d6576483755ac42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse=20Piret?= Date: Wed, 8 Feb 2017 12:00:34 +0100 Subject: [PATCH] pictures --- content/assets/scripts/gamification.coffee | 2 +- content/assets/stylesheets/includes/tiles.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/assets/scripts/gamification.coffee b/content/assets/scripts/gamification.coffee index 33d55b8..0b0ea66 100644 --- a/content/assets/scripts/gamification.coffee +++ b/content/assets/scripts/gamification.coffee @@ -2,7 +2,7 @@ $ -> $.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) -> str = "
    " for x in data - str += "
  1. #{x.github_name} (#{x.score} Z$)
  2. " + str += "
  3. #{x.github_name} (#{x.score} Z$)
  4. " str += "
" $('#gamification-coders').html(str) diff --git a/content/assets/stylesheets/includes/tiles.scss b/content/assets/stylesheets/includes/tiles.scss index 8db9392..1371b19 100644 --- a/content/assets/stylesheets/includes/tiles.scss +++ b/content/assets/stylesheets/includes/tiles.scss @@ -55,9 +55,9 @@ a.box { &:before{ content:counter(li); /* Use the counter as content */ counter-increment:li; - color:$tile-orange; + color:gray;//$tile-orange; font: bold 18pt helvetica, arial, sans-serif; - background-color:whitesmoke; + //background-color:whitesmoke; height:30px; width:30px; display:inline-block;