From 08937ce5a81e02ce85d2754f1eb005f5dfdc22cb Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Mon, 7 Mar 2016 13:07:56 -0500 Subject: [PATCH] Lessening specificity for headings --- cms/static/sass/xmodule/_headings.scss | 2 +- lms/static/sass/xmodule/_headings.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/xmodule/_headings.scss b/cms/static/sass/xmodule/_headings.scss index cdc62613d3..e44d31ec2d 100644 --- a/cms/static/sass/xmodule/_headings.scss +++ b/cms/static/sass/xmodule/_headings.scss @@ -88,7 +88,7 @@ $headings-base-color: $gray-d2; letter-spacing: 1px; } -.content-primary .wrapper-xblock .xblock-render .xblock .xblock-render .xblock { +.wrapper-xblock .xblock-render .xblock .xblock-render .xblock { .hd-1, .hd-2, diff --git a/lms/static/sass/xmodule/_headings.scss b/lms/static/sass/xmodule/_headings.scss index a4c6f523e1..b6db2e5f39 100644 --- a/lms/static/sass/xmodule/_headings.scss +++ b/lms/static/sass/xmodule/_headings.scss @@ -88,7 +88,7 @@ $headings-base-color: $gray-d2; letter-spacing: 1px; } -#seq_content .xblock { +.xblock .xblock { .hd-1, .hd-2,