CSS for favorited blog posts, compact.

master
Nick Sergeant 2013-10-19 00:43:40 -04:00
parent f9b8b469e3
commit 6efb541751
4 changed files with 11 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

@ -1333,6 +1333,14 @@ article.snipt {
}
}
}
&.compact {
div.container {
header {
@include vertical-gradient-with-image(url('../img/favorited-icon.png') right -12px no-repeat, #FFF, #F0F4FC);
background-size: 25px 37px;
}
}
}
}
&.snipt-expand {
div.container {

View File

@ -41,7 +41,7 @@
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?101" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?102" />
{% endif %}
{% if has_snipts and not detail %}