improve map spacing

pull/6592/head
Quincy Larson 2016-01-31 13:21:44 -08:00 committed by SaintPeter
parent 81f9b92bed
commit 806b196d5e
2 changed files with 10 additions and 2 deletions

View File

@ -1018,6 +1018,14 @@ hr {
color: @gray-light;
}
.asterisk-explanation {
margin-top: -15px;
}
.map-buttons {
margin-top: -10px;
}
code {
padding: 0;
}

View File

@ -1,7 +1,7 @@
extends ../layout-wide
block content
.text-center.map-fixed-header
p Challenges marked with * are required for certification
.text-center.map-fixed-header.asterisk-explanation
p Challenges required for certifications are marked with a *
.row.map-buttons
button.center-block.btn.btn-sm.btn-block.btn-primary.active#showAll Collapse all challenges
hr