No right margin.

master
Nick Sergeant 2013-02-13 19:18:47 -05:00
parent e7fb083a89
commit d365d49baa
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

@ -453,7 +453,7 @@ section.main {
color: #83D2DD;
display: block;
font: bold 14px $Helvetica;
margin: 0 15px 30px 15px;
margin: 0 0 30px 15px;
padding: 10px 0;
text-align: center;
text-decoration: none;

View File

@ -17,7 +17,7 @@
{% endif %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?74" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?75" />
{% 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 %}" />