Save Nate.

master
Nick Sergeant 2013-02-13 19:17:19 -05:00
parent b19691756d
commit e7fb083a89
4 changed files with 26 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -446,6 +446,26 @@ section.main {
padding-top: 30px;
width: 190px;
div.save-nate {
a {
background: #0D353C;
border: 4px solid #2D8DA8;
color: #83D2DD;
display: block;
font: bold 14px $Helvetica;
margin: 0 15px 30px 15px;
padding: 10px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
@include border-radius;
&:hover {
background: #124B55;
color: #8FE6F2;
}
}
}
section.ad {
margin: 0 0 0 15px;

View File

@ -17,7 +17,7 @@
{% endif %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?73" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?74" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />
@ -162,6 +162,9 @@
<section class="main group" id="main">
{% block aside %}
<aside class="main">
<div class="save-nate">
<a href="http://savenatenow.com/">Save Nate</a>
</div>
{% block aside-top %}{% endblock %}
{% block aside-inner %}{% endblock %}
<nav class="footer">