make map header fixed to top of page again

pull/6354/head
Quincy Larson 2016-01-21 10:28:02 +08:00
parent c94609de04
commit 18ac99f8f3
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
extends ../layout-wide extends ../layout-wide
block content block content
.text-center .text-center.map-fixed-header
p Required challenges are marked with a * p Required challenges are marked with a *
.row .row
.col-xs-10.col-xs-offset-1.col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4 .col-xs-10.col-xs-offset-1.col-sm-6.col-sm-offset-3.col-md-4.col-md-offset-4
.btn.btn-primary.btn-block.active#showAll Collapse all challenges .btn.btn-primary.btn-block.active#showAll Collapse all challenges
hr hr
#accordion #accordion
.button-spacer
for superBlock, index in superBlocks for superBlock, index in superBlocks
h2 h2
a(data-toggle='collapse', data-parent='#accordion', href='#collapse'+superBlock.name.split(' ').join('-')) a(data-toggle='collapse', data-parent='#accordion', href='#collapse'+superBlock.name.split(' ').join('-'))