Groups icon

master
Nick Sergeant 2011-10-10 23:35:30 -04:00
parent 49e67bbc59
commit 88776e0d97
4 changed files with 6 additions and 1 deletions

View File

@ -282,6 +282,9 @@ section.main {
&.pro { &.pro {
background: transparent url('/media/images/upgrade-icon.png') 2px center no-repeat; background: transparent url('/media/images/upgrade-icon.png') 2px center no-repeat;
} }
&.groups {
background: transparent url('/media/images/groups-icon.png') 2px center no-repeat;
}
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -110,6 +110,9 @@
<li class="pro"> <li class="pro">
<a href="/pro/">Go Pro</a> <a href="/pro/">Go Pro</a>
</li> </li>
<li class="groups">
<a href="/groups/">Group Plans</a>
</li>
</ul> </ul>
</nav> </nav>
</aside> </aside>

View File

@ -1,5 +1,4 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
Home
{% endblock %} {% endblock %}