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;