From 45ad2f6d6f1c23e387b8232b678e8c0d1093a5ca Mon Sep 17 00:00:00 2001 From: ChrisChinchilla Date: Wed, 16 Sep 2020 14:17:18 +0200 Subject: [PATCH] Squashed 'docs/themes/docs-theme/' changes from cc1e7c4b7..5103e6cc3 5103e6cc3 Remove centering git-subtree-dir: docs/themes/docs-theme git-subtree-split: 5103e6cc3427e97c469c2914246d4b46f7e27bd9 --- static/css/theme.css | 1 - static/js/glossary.js | 1 - 2 files changed, 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 5ce91cd3f5..1c4f54e9cb 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -436,7 +436,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ border-bottom: 4px solid #F0F2F4; } #chapter p { - text-align: center; font-size: 1.2rem; } #footer { diff --git a/static/js/glossary.js b/static/js/glossary.js index 51504f5da8..0ab91ff945 100644 --- a/static/js/glossary.js +++ b/static/js/glossary.js @@ -176,7 +176,6 @@ $( document ).ready(function() { initClickFunctions(); activeTags = urlParamLib.initParams(); - console.log(activeTags); // initActiveTags(); });