From bbcb38109282279d1911cb71c7c94e096c76c63b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 16 Oct 2013 12:24:54 -0400 Subject: [PATCH] LMS: adds in redundant, but needed dashboard visual padding rule --- lms/static/sass/_shame.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 1c3da1c0f8..3a27a6ad97 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -230,3 +230,10 @@ footer .references { @include footer_references_style; } + +// ==================== + +// poor cascade made worse by CSS splitting requires us to redefine the dashboard views' visual top padding +.dashboard { + padding-top: 60px; +}