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'})
|
||||
.panel-heading
|
||||
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-body
|
||||
|
@ -95,7 +95,7 @@ block content
|
|||
| will disappear when you reach it.
|
||||
|
||||
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#reset.btn.btn-primary(style={'margin-right': '10px', 'margin-bottom':'10px'}) Reset camera
|
||||
|
|
Loading…
Reference in New Issue