This commit is contained in:
Quincy Larson
2015-05-26 09:46:23 -07:00
parent cb7f33ecea
commit 4109485887
3 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ block content
.row
.col-xs-12
.bonfire-instructions
p= brief
p.wrappable= brief
#brief-instructions
#more-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-down-b

View File

@ -25,7 +25,7 @@ block content
.col-xs-12
h2.text-center= name
.bonfire-instructions
p!= brief
p.wrappable!= brief
#brief-instructions
#more-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-down-b
@ -33,7 +33,7 @@ block content
#long-instructions.row.hide
.col-xs-12
for sentence in details
p!= sentence
p.wrappable!= sentence
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-up-b
| Less information

View File

@ -22,7 +22,7 @@ block content
.row
.col-xs-12
.bonfire-instructions
p= brief
p.wrappable= brief
#brief-instructions
#more-info.btn.btn-primary.btn-block.btn-primary-ghost
span.ion-arrow-down-b