Commit 6b13bd52 by David Ormsbee

Merge pull request #276 from MITx/kf-multicourse-design

Kf multicourse design
parents 8613555c b4d08f82
......@@ -405,11 +405,6 @@
p {
margin-right: 10px;
}
span {
float: none;
font-weight: normal;
}
}
&:hover {
......
......@@ -425,6 +425,16 @@
font-family: $serif;
font-style: italic;
margin-left: 10px;
&.read-more {
float: right;
color: lighten($base-font-color, 50%);
&:hover {
color: $blue;
text-decoration: underline;
}
}
}
}
}
......
......@@ -100,7 +100,6 @@
<section class="more-info">
<header>
<h2><span class="edx">edX</span> News &amp; Announcements</h2>
<a href="${reverse('press')}">Read More &rarr;</a>
</header>
<section class="news">
<section class="blog-posts">
......@@ -128,6 +127,8 @@
<a target="_blank" href="http://gigaom.com/cloud/everybody-codes/">GigaOM</a>,
<a target="_blank" href="http://web.mit.edu/newsoffice/2012/mitx-edx-first-course-recap-0716.html">MIT News</a>,
<a target="_blank" href="http://spectrum.ieee.org/at-work/education/review-mitxs-online-circuit-design-and-analysis-course">IEEE Spectrum</a>
<a href="${reverse('press')}" class="read-more">Read More &rarr;</a>
</section>
</section>
</section>
......
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