Last active
December 18, 2015 22:39
Revisions
-
amadeus revised this gist
Jun 25, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 }; </style> {% end %} -
amadeus revised this gist
Jun 25, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 %} -
amadeus created this gist
Jun 25, 2013 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ {% if campaign.is_challenge %} html, body { min-height:{{ height }}px }; {% end %}