Browse Source

DIV-250 minor style change

pull/160/head
Foley Lynn 8 years ago
parent
commit
6e29e29939
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/prequalification/step_06.html

+ 2
- 2
edivorce/apps/core/templates/prequalification/step_06.html View File

@ -20,7 +20,7 @@
<div class="radio">
<label>
{% input_field type="radio" name="divorce_reason" value="live separate" data_target_id="other_reason" data_reveal_target="false" data_target_class="not-disqualified" data_reveal_class="true" %}
You and your spouse have lived separate and apart for one year or more
<strong>You and your spouse have lived separate and apart for one year or more</strong>
</label>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_separated_apart" aria-controls="collapse_separated_apart">
@ -77,7 +77,7 @@
<div class="radio">
<label>
{% input_field type="radio" name="divorce_reason" value="other" data_target_id="other_reason" data_reveal_target="true" data_target_class="not-disqualified" data_reveal_class="false" %}
Other reasons (grounds)
<strong>Other reasons (grounds)</strong>
</label>
</div>


Loading…
Cancel
Save