master
Nick Sergeant 2012-07-24 10:57:53 -04:00
parent e5dc134176
commit 02df15b67c
4 changed files with 7 additions and 3 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

@ -569,6 +569,10 @@ section.main {
padding: 0 6px;
position: relative;
top: 8px;
span {
color: #2770A1;
}
}
}
section.amazon {

View File

@ -170,7 +170,7 @@
{% if tag %}
<section class="tag-detail">
<div class="heading">
<h1>{{ tag.name }}</h1>
<h1><span>TAG:</span> {{ tag.name }}</h1>
</div>
<section class="amazon {% if request.user.is_authenticated %}{% if request.user.profile.is_pro %}hidden{% endif %}{% endif %}">
<ul></ul>