Blog icon

master
Nick Sergeant 2012-05-16 21:44:26 -04:00
parent 7457bb440e
commit fb8d8daac9
4 changed files with 8 additions and 2 deletions

View File

@ -383,6 +383,9 @@ section.main aside.main nav.footer ul li.groups {
section.main aside.main nav.footer ul li:first-of-type {
margin-top: 0;
}
section.main aside.main nav.footer ul li.blog {
background: transparent url("/static/images/blog-icon.png") 3px center no-repeat;
}
section.main div.rochester-made {
margin: 50px 0 30px 0;
text-align: center;

View File

@ -454,6 +454,9 @@ section.main {
&:first-of-type {
margin-top: 0;
}
&.blog {
background: transparent url('/static/images/blog-icon.png') 3px center no-repeat;
}
}
}
}

View File

@ -1,10 +1,10 @@
from django.http import Http404, HttpResponseRedirect, HttpResponseBadRequest
from django.shortcuts import get_object_or_404, render_to_response
from django.core.paginator import Paginator, InvalidPage
from annoying.functions import get_object_or_None
from django.contrib.auth.models import User
from django.template import RequestContext
from annoying.decorators import render_to
from annoying.functions import get_object_or_None
from snipts.models import Favorite, Snipt
from django.db.models import Count
from django.conf import settings

View File

@ -140,7 +140,7 @@
<li class="api">
<a href="/api/" {% if '/api/' in request.path %}class="active"{% endif %}>API</a>
</li>
<li class="api">
<li class="blog">
<a href="/blog/" {% if '/blog/' in request.path %}class="active"{% endif %}>Blog</a>
</li>
<li class="twitter">