master
Nick Sergeant 2012-10-12 21:07:01 -04:00
parent f2a4fd12c0
commit 9155d3ce58
4 changed files with 4 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

@ -932,6 +932,7 @@ article.snipt {
h1, h2, h3, h4, h5, h6 {
margin-bottom: 9px;
margin-top: 0;
}
h1 {
font-size: 20px;

View File

@ -19,7 +19,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?37" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?38" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />