annotate bns_website/static/css/base.css @ 22:6cb0d49187ae

I added a list_filter and search_fields to the model admin for the news app. That way you can sort by date and search the title and content.
author Bob Mourlam <bob.mourlam@gmail.com>
date Mon, 31 Oct 2011 21:45:03 -0500
parents 55e1d68da925
children 20dc7be59c85 6b4e02b8be6b
rev   line source
bgneal@12 1 body {
bgneal@12 2 padding-top: 40px
bgneal@12 3 }
bgneal@12 4 .social-sharing {
bgneal@12 5 margin-top: 1.5em;
bgneal@12 6 }
bgneal@12 7 .social-sharing ul {
bgneal@12 8 margin-left: 0px;
bgneal@12 9 list-style: none;
bgneal@12 10 }
bgneal@12 11 .social-sharing li {
bgneal@12 12 display: inline-block;
bgneal@12 13 vertical-align: top;
bgneal@12 14 }