CSS for favorited blog posts, compact.

master
Nick Sergeant 2013-10-19 00:49:36 -04:00
parent 91ce0df37d
commit 289671b97e
4 changed files with 3 additions and 12 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

@ -1316,14 +1316,6 @@ article.snipt {
div.container {
header {
@include vertical-gradient(#FFF, #F0F4FC);
@include inset-box-shadow(0, -1px, 0, #E3E9F5);
}
}
&.compact {
div.container {
header {
@include inset-box-shadow(none);
}
}
}
}
@ -1343,7 +1335,6 @@ article.snipt {
div.container {
header {
@include vertical-gradient-with-image(url('../img/favorited-icon.png') right -12px no-repeat, #FFF, #F0F4FC);
@include inset-box-shadow(none);
background-size: 25px 37px;
}
}

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?103" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?104" />
{% endif %}
{% if has_snipts and not detail %}