Clean up styles.

master
Nick Sergeant 2016-10-31 22:09:52 -04:00
parent cfcb955058
commit 9a3f641453
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3322,6 +3322,7 @@ div.closing {
strong { strong {
display: block; display: block;
font-size: 24px; font-size: 24px;
line-height: 30px;
margin-bottom: 20px; margin-bottom: 20px;
} }

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