Pro css borked with new Bootstrap.

master
Nick Sergeant 2012-09-17 22:49:12 -04:00
parent 081e51033b
commit 9bf73a8bcd
4 changed files with 4 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?5" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pro.css?6" />
{% 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

@ -348,6 +348,7 @@ article {
}
h1 {
margin-bottom: 20px;
margin-top: 0;
a {
color: #666;

File diff suppressed because one or more lines are too long