Chage placement of the read more link

This commit is contained in:
Kyle Fiedler
2012-07-23 15:28:24 -04:00
parent c2b426afeb
commit b4d08f820e
2 changed files with 12 additions and 1 deletions

View File

@@ -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;
}
}
}
}
}

View File

@@ -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>