master
Nick Sergeant 2012-09-18 12:46:57 -04:00
parent 7931152aa6
commit ad2e12235c
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
<script type="text/javascript" src="{{ STATIC_URL }}js/pro.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?8" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?9" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&api_key={{ request.user.api_key.key }}{% endif %}" />

File diff suppressed because one or more lines are too long

View File

@ -268,7 +268,7 @@ article {
time {
background: #F9F9F9;
border: 1px solid #EAEAEA;
border: 1px solid #CCC;
display: inline-block;
height: 20px;
margin-top: 4px;

File diff suppressed because one or more lines are too long