Commit c3d7bbe0 by Carlos Andrés Rocha

Merge pull request #1225 from MITx/content/rocha/media-kit

Minor style changes to home page and media kit page

[Finishes #41872203]
parents 67dea0c3 25cb6d5a
...@@ -350,7 +350,6 @@ ...@@ -350,7 +350,6 @@
top: 5px; top: 5px;
font-family: $sans-serif; font-family: $sans-serif;
font-size: 14px; font-size: 14px;
text-transform: uppercase;
text-shadow: 0 1px rgba(255,255,255, 0.6); text-shadow: 0 1px rgba(255,255,255, 0.6);
&:after { &:after {
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<section class="more-info"> <section class="more-info">
<header> <header>
<h2><span class="edx">edX</span> News &amp; Announcements</h2> <h2><span class="edx">edX</span> News &amp; Announcements</h2>
<a class="action action-mediakit" href="${reverse('media-kit')}"> edX Media Kit</a> <a class="action action-mediakit" href="${reverse('media-kit')}"> edX MEDIA KIT</a>
</header> </header>
<section class="news"> <section class="news">
<section class="blog-posts"> <section class="blog-posts">
......
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="title"><title>EdX Media Kit</title></%block> <%block name="title"><title>edX Media Kit</title></%block>
<section class="mediakit"> <section class="mediakit">
<h1>EdX Media Kit</h1> <h1>edX Media Kit</h1>
<hr /> <hr />
......
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