comparison bns_website/static/css/base.css @ 95:1b5def90f5bf

Created a feedback page with Disqus comments.
author Brian Neal <bgneal@gmail.com>
date Wed, 14 Dec 2011 19:52:32 -0600
parents c9955ef6707f
children 701696a54ec3
comparison
equal deleted inserted replaced
94:48757f4e598b 95:1b5def90f5bf
1 body { 1 body {
2 padding-top: 60px; 2 padding-top: 60px;
3 background-color: #d9ecfa; 3 background-color: #d9ecfa;
4 }
5 a {
6 color: #00aab4;
7 text-decoration: none;
8 }
9 a:hover {
10 color: #00aab4;
11 text-decoration: underline;
4 } 12 }
5 .social-sharing { 13 .social-sharing {
6 margin-top: 1.5em; 14 margin-top: 1.5em;
7 } 15 }
8 .social-sharing ul { 16 .social-sharing ul {