comparison bns_website/static/css/base.css @ 39:b9d6f6d930a9

Merged Chris and Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:28:25 -0600
parents 6b4e02b8be6b 9b62e4eef794
children 9ce9f77d6cde
comparison
equal deleted inserted replaced
38:6b4e02b8be6b 39:b9d6f6d930a9
1 body { 1 body {
2 padding-top: 40px 2 padding-top: 60px
3 } 3 }
4 .social-sharing { 4 .social-sharing {
5 margin-top: 1.5em; 5 margin-top: 1.5em;
6 } 6 }
7 .social-sharing ul { 7 .social-sharing ul {
10 } 10 }
11 .social-sharing li { 11 .social-sharing li {
12 display: inline-block; 12 display: inline-block;
13 vertical-align: top; 13 vertical-align: top;
14 } 14 }
15
16 /*
17 -----------------------------------------------
18 Reviews Styles
19 -----------------------------------------------
20 */
21 ul.review-list {
22 list-style-type: none;
23 }
24 li.review-list-item {
25 margin-bottom: 30px;
26 }
15 #article { 27 #article {
16 margin-bottom: 1.5em; 28 margin-bottom: 1.5em;
17 } 29 }