Changed link for style
This commit is contained in:
parent
571d4b3167
commit
ad0b759e5e
|
@ -31,7 +31,7 @@ block content
|
||||||
#instructions.panel.panel-default(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
#instructions.panel.panel-default(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
||||||
.panel-heading
|
.panel-heading
|
||||||
h4.panel-title
|
h4.panel-title
|
||||||
a(href="#collapseInstructions", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
a(data-target="#", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
||||||
|
|
||||||
.panel-collapse.collapse.in#collapseInstructions
|
.panel-collapse.collapse.in#collapseInstructions
|
||||||
.panel-body
|
.panel-body
|
||||||
|
@ -95,7 +95,7 @@ block content
|
||||||
| will disappear when you reach it.
|
| will disappear when you reach it.
|
||||||
|
|
||||||
p
|
p
|
||||||
| You may now <a href="#collapseInstructions" data-target="#collapseInstructions" data-toggle="collapse" onclick="setTimeout(onWindowResize,500);">hide this panel</a> and start playing !
|
| You may now <a href="#" data-target="#collapseInstructions" data-toggle="collapse" onclick="setTimeout(onWindowResize,500);">hide this panel</a> and start playing !
|
||||||
|
|
||||||
button#full.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom': '10px'}) Fullscreen
|
button#full.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom': '10px'}) Fullscreen
|
||||||
button#reset.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom':'10px'}) Reset camera
|
button#reset.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom':'10px'}) Reset camera
|
||||||
|
|
Loading…
Reference in New Issue