Fix linux bug

master
Nick Sergeant 2012-07-19 10:45:20 -04:00
parent f3307d3423
commit bed2e17023
4 changed files with 4 additions and 4 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

@ -1756,7 +1756,7 @@ body.pro {
font-size: 12px;
margin-left: 10px;
margin-top: 1px;
padding: 5px 10px 5px 35px;
padding: 5px 10px 5px 33px;
vertical-align: -1px;
@include border-radius;

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