Fix busted CSS.

master
Nick Sergeant 2013-10-18 23:43:01 -04:00
parent 3615b8f629
commit b20bb053fa
4 changed files with 6 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

@ -1369,6 +1369,9 @@ article.snipt {
}
}
}
&:first-of-type {
margin-top: 30px;
}
&:last-of-type {
margin-bottom: 50px;

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