Remove site notice for Pro

master
Nick Sergeant 2012-07-30 13:19:53 -04:00
parent 657d460b49
commit 5e59dba749
4 changed files with 4 additions and 16 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

@ -1377,23 +1377,11 @@ div.site-notice {
text-decoration: underline;
}
}
article.snipt {
&:first-of-type {
margin-top: 20px;
}
}
body.detail {
div.site-notice {
margin-right: 100px;
}
}
body.is-pro {
article.snipt {
&:first-of-type {
margin-top: 30px;
}
}
}
// Pages
body.detail {

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?19" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?20" />
{% 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?19"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?20"></script>
{% block extra-scripts %}{% endblock %}
{% block inline-js %}