Commit cb8d08c8 by Kyle Fiedler

Remove lowercase edX in all caps

parent 90d6cee6
......@@ -281,14 +281,6 @@
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px rgba(255,255,255, 0.6);
.lowercase {
color: $lighter-base-font-color;
font-family: inherit;
font-size: inherit;
font-style: inherit;
text-transform: none;
}
}
}
......
......@@ -4,7 +4,6 @@
from courseware.courses import course_image_url, get_course_about_section
%>
<%page args="course" />
<article id="${course.id}" class="course">
<a href="${reverse('about_course', args=[course.id])}">
<div class="inner-wrapper">
......
......@@ -46,7 +46,7 @@
<section class="container">
<section class="highlighted-courses">
<h2>Explore courses from <span class="lowercase">edX</span> universities</h2>
<h2>Explore courses from <span>edX</span> universities</h2>
<section class="university-partners">
<ol class="partners">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment