Commit e10e87e6 by Brian Talbot

media kit - revised link styling on homepage

parent bd0a2f66
...@@ -336,6 +336,7 @@ ...@@ -336,6 +336,7 @@
border-bottom: 1px solid rgb(200,200,200); border-bottom: 1px solid rgb(200,200,200);
@include clearfix; @include clearfix;
padding: 10px 20px 8px; padding: 10px 20px 8px;
position: relative;
h2 { h2 {
float: left; float: left;
...@@ -343,12 +344,23 @@ ...@@ -343,12 +344,23 @@
text-shadow: 0 1px rgba(255,255,255, 0.6); text-shadow: 0 1px rgba(255,255,255, 0.6);
} }
a { .action.action-mediakit {
float: right; float: right;
font-size: 1.1em; position: relative;
font-family: $serif; top: 5px;
padding-top: 3px; font-family: $sans-serif;
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 {
position: relative;
top: -1px;
display: inline-block;
margin: 0 0 0 5px;
content: "➤";
font-size: 11px;
}
} }
} }
......
...@@ -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 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">
......
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