comparison bns_website/static/css/base.css @ 12:55e1d68da925

For issue #3, add social media sharing icons to the home page.
author Brian Neal <bgneal@gmail.com>
date Sun, 30 Oct 2011 16:00:12 -0500
parents 2698ff124e87
children 20dc7be59c85 6b4e02b8be6b
comparison
equal deleted inserted replaced
11:d5f3bb516fd3 12:55e1d68da925
1 body { padding-top: 40px } 1 body {
2 padding-top: 40px
3 }
4 .social-sharing {
5 margin-top: 1.5em;
6 }
7 .social-sharing ul {
8 margin-left: 0px;
9 list-style: none;
10 }
11 .social-sharing li {
12 display: inline-block;
13 vertical-align: top;
14 }