annotate bns_website/static/css/base.css @ 38:6b4e02b8be6b

I reformatted the news_list.html template to be valid html and look a little better.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:22:40 -0600
parents 55e1d68da925
children b9d6f6d930a9
rev   line source
bob@38 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 }
bob@38 15 #article {
bob@38 16 margin-bottom: 1.5em;
bob@38 17 }