Skip to content

Instantly share code, notes, and snippets.

@amadeus
Last active December 18, 2015 22:39

Revisions

  1. amadeus revised this gist Jun 25, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion reward.html
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,12 @@
    {% if asset.asset_css %}
    <style type="text/css">
    {% raw asset.asset_css %}
    </style>
    {% end %}
    {% if campaign.is_challenge %}
    <style type="text/css">
    html, body {
    min-height:{{ height }}px
    };
    {% end %}
    </style>
    {% end %}
  2. amadeus revised this gist Jun 25, 2013. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions reward.html
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,10 @@
    {% if asset.asset_css %}
    <style type="text/css">
    {% raw asset.asset_css %}
    {% if campaign.is_challenge %}
    html, body {
    min-height:{{ height }}px
    };
    {% end %}
    </style>
    {% end %}
  3. amadeus created this gist Jun 25, 2013.
    5 changes: 5 additions & 0 deletions reward.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    {% if campaign.is_challenge %}
    html, body {
    min-height:{{ height }}px
    };
    {% end %}