Favorited blog posts style.

master
Nick Sergeant 2012-09-17 13:53:14 -04:00
parent 99a5cc6930
commit 3b35d1b801
5 changed files with 17 additions and 4 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

@ -1195,6 +1195,20 @@ article.snipt {
}
}
}
&.blog-post.favorited {
div.container {
header {
@include vertical-gradient-with-image(url('/static/images/favorited-icon.png') top right no-repeat, #FFF, #F0F4FC);
@include inset-box-shadow(0, -1px, 0, #E3E9F5);
h1 {
a {
padding-right: 25px;
}
}
}
}
}
&.snipt-expand {
div.container {
section.code {

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?27" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?28" />
{% 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 %}" />

View File

@ -18,7 +18,6 @@
<li>Stats on "views" and "favorites" for your snipts.</li>
<li>&ldquo;Pro&rdquo; badge throughout the site.</li>
<li>Custom domain for your <a href="https://blog.snipt.net/announcing-the-sniptnet-blogging-platform/">Snipt blog</a>. Contact <a href="mailto:support@snipt.net">support@snipt.net</a> to set it up.</li>
<li>You&rsquo;re <strong>supporting</strong> current and future development. This stuff takes time and money.</li>
</ul>
<h6>Planned Pro features (not in order):</h6>
<ul>