diff --git a/beer/templates/beer/recipe.html b/beer/templates/beer/recipe.html index 4dd9d86..80c86d1 100644 --- a/beer/templates/beer/recipe.html +++ b/beer/templates/beer/recipe.html @@ -10,6 +10,11 @@ input, label { .container-beer { background: {{ recipe.srm_hex }}; } + +p.smaller { +font-size: .8em; +} + {% endblock %} {% block title %}Recipes{% endblock %} @@ -33,8 +38,14 @@ input, label {
{{ f.quantity|floatformat:2 }} lb | {{ f.fermentable.name }} {{ f.fermentable.get_fermentable_type_display }} {{ f.srm }} SRM @@ -78,11 +106,7 @@ input, label { {% endfor %} |
- Pre-Boil Gravity: {{ recipe.pre_boil_sg }}
- Original Gravity: {{ recipe.original_sg }}
- Color: {{ recipe.srm|floatformat:0 }} SRM
-
{{ h.quantity|floatformat:2 }} oz | {{ h.hop.name }} {{ h.hop.alpha|floatformat:1 }} % {{ h.hop.get_hop_type_display }} {{ h.ibu_tinseth|floatformat:1 }} IBU @@ -103,11 +140,7 @@ input, label { {% endfor %} |
- Total IBU: {{ recipe.ibu_tinseth|floatformat:1 }}
- BU/GU: {{ recipe.bu_gu|floatformat:2 }}
- RBR: {{ recipe.rbr|floatformat:2 }}
-