Make the course content page responsive

LEARNER-2754
This commit is contained in:
Andy Armstrong
2017-10-18 16:03:41 -04:00
parent ea4582abda
commit 268bea9e62
50 changed files with 650 additions and 396 deletions

View File

@@ -13,7 +13,7 @@ set -e
# Violations thresholds for failing the build
export PYLINT_THRESHOLD=3600
export ESLINT_THRESHOLD=9134
export STYLELINT_THRESHOLD=1410
export STYLELINT_THRESHOLD=973
XSSLINT_THRESHOLDS=`cat scripts/xsslint_thresholds.json`
export XSSLINT_THRESHOLDS=${XSSLINT_THRESHOLDS//[[:space:]]/}