Merge pull request #276 from MITx/kf-multicourse-design
Kf multicourse design
This commit is contained in:
@@ -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 & Announcements</h2>
|
||||
<a href="${reverse('press')}">Read More →</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 →</a>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user