From facca069a1eab0057aeaaa7fe4503fff5942043d Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 5 Mar 2024 14:42:39 -0500 Subject: [PATCH] add ressing comments --- cms/templates/cms/program_page.html | 2 +- static/scss/homepage.scss | 14 +------------- ui/templates/background-images.css | 6 ------ 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/cms/templates/cms/program_page.html b/cms/templates/cms/program_page.html index c938e6d746..118ccb3f55 100644 --- a/cms/templates/cms/program_page.html +++ b/cms/templates/cms/program_page.html @@ -152,7 +152,7 @@

{% if page.program.has_mitxonline_courses %} {% else %} diff --git a/static/scss/homepage.scss b/static/scss/homepage.scss index 5605a7c4fb..348a36905e 100644 --- a/static/scss/homepage.scss +++ b/static/scss/homepage.scss @@ -33,30 +33,18 @@ a { float: left; } - .brand-logo, - .micromasters-logo { + .brand-logo { float: left; /* background image from background-images.css */ background-repeat: no-repeat; - height: 36px; - width: 51px; overflow: visible; position: relative; - } - - .brand-logo { height: 48px; width: 250px; top: 2px; margin-right: 15px; } - .micromasters-logo { - height: 23px; - width: 263px; - top: 8px; - } - .divider-large { width: 1px; height: 32px; diff --git a/ui/templates/background-images.css b/ui/templates/background-images.css index 034f1247c8..01097e5f35 100644 --- a/ui/templates/background-images.css +++ b/ui/templates/background-images.css @@ -5,12 +5,6 @@ .navbar .navbar-header .brand-logo { background-image: url({% static "images/micromasters_logo_white.svg" %}); } -.navbar .navbar-header .micromasters-logo { - background-image: url({% static "images/micromasters_logo_programs.svg" %}); -} -.navbar .navbar-header .micromasters-logo:hover { - background-image: url({% static "images/micromasters_logo_on_programs.svg" %}); -} .how-it-works-section .reasons-images-wrap::after { content: url({% static "images/hiw-arrow2.png" %}); }