Moar CSS.

master
Nick Sergeant 2013-10-18 23:46:54 -04:00
parent b20bb053fa
commit 6a99b2ce90
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

@ -2205,6 +2205,9 @@ body.editing {
article.editing { article.editing {
margin-top: 50px; margin-top: 50px;
&:first-of-type {
margin-top: 50px;
}
div.container { div.container {
width: 696px; width: 696px;

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/highlightjs-themes/tomorrow.css" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/blog-themes/default/style.css" />
{% else %} {% else %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?99" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?100" />
{% endif %} {% endif %}
{% if has_snipts and not detail %} {% if has_snipts and not detail %}