Underlines

master
Nick Sergeant 2012-09-07 22:18:05 -04:00
parent 8e289e8006
commit e345103573
4 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<script type="text/javascript" src="{{ STATIC_URL }}js/pro.js"></script>
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?4" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?5" />
{% 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

@ -441,6 +441,9 @@ article {
font-weight: bold;
}
}
a {
text-decoration: underline;
}
pre {
margin: 20px 0;

File diff suppressed because one or more lines are too long