Mercurial > public > bravenewsurf
annotate bns_website/static/css/base.css @ 31:9b62e4eef794
Now that we have HTML as review content, must avoid styling <ul> & <li> in review content.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 04 Nov 2011 20:08:45 -0500 |
parents | 20dc7be59c85 |
children | b9d6f6d930a9 |
rev | line source |
---|---|
bgneal@12 | 1 body { |
ckridgway@28 | 2 padding-top: 60px |
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 } |
ckridgway@28 | 15 |
ckridgway@28 | 16 /* |
ckridgway@28 | 17 ----------------------------------------------- |
ckridgway@28 | 18 Reviews Styles |
ckridgway@28 | 19 ----------------------------------------------- |
ckridgway@28 | 20 */ |
bgneal@31 | 21 ul.review-list { |
ckridgway@28 | 22 list-style-type: none; |
ckridgway@28 | 23 } |
bgneal@31 | 24 li.review-list-item { |
ckridgway@28 | 25 margin-bottom: 30px; |
ckridgway@28 | 26 } |