From 806b196d5eef53b1eb4b47187843fb9cf2b3dff2 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 31 Jan 2016 13:21:44 -0800 Subject: [PATCH] improve map spacing --- client/less/main.less | 8 ++++++++ server/views/map/show.jade | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client/less/main.less b/client/less/main.less index 3e610dc2dce..9ac5f78e940 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -1018,6 +1018,14 @@ hr { color: @gray-light; } +.asterisk-explanation { + margin-top: -15px; +} + +.map-buttons { + margin-top: -10px; +} + code { padding: 0; } diff --git a/server/views/map/show.jade b/server/views/map/show.jade index 407590d4127..9b3134c1680 100644 --- a/server/views/map/show.jade +++ b/server/views/map/show.jade @@ -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