Hate ads?

master
Nick Sergeant 2012-07-30 13:16:42 -04:00
parent 7c1b06891e
commit 082ce09920
5 changed files with 16 additions and 7 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

@ -426,13 +426,14 @@ section.main {
width: 190px;
section.ad {
margin: 0 0 30px 15px;
margin: 0 0 0 15px;
div.carbonad {
border-width: 1px;
border-bottom: 0;
height: 231px;
width: auto;
@include border-radius(5px);
@include multi-border-radius(5px, 5px, 0, 0);
div#azcarbon {
span.carbonad-image {
@ -463,6 +464,14 @@ section.main {
}
}
}
div.go-pro {
background: #FBFBFB;
border: 1px solid #E8E8E8;
margin: 0 0 30px 15px;
text-align: center;
padding: 18px 0;
@include multi-border-radius(0, 0, 5px, 5px);
}
section.tags {
margin: 0 0 30px 15px;

View File

@ -19,7 +19,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?18" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?19" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}" />
@ -345,7 +345,7 @@
</div>
{% endblock %}
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?18"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?19"></script>
{% block extra-scripts %}{% endblock %}
{% block inline-js %}

View File

@ -14,5 +14,5 @@
</div>
</section>
<div class="go-pro">
<a href="/pro/">Get rid of these annoying ads &raquo;</a>
<a href="/pro/" class="btn btn-success">Hate ads? Go Pro &raquo;</a>
</div>