master
Nick Sergeant 2012-09-18 10:28:19 -04:00
parent 4baa8c0754
commit 88bc4904c0
2 changed files with 2 additions and 2 deletions

View File

@ -576,7 +576,7 @@ section.main {
display: inline-block;
font: bold 12px $Helvetica;
text-transform: uppercase;
margin-left: 16px;
margin: 0 0 0 16px;
padding: 0 6px;
position: relative;
top: 8px;

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?29" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?30" />
{% 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 %}" />