Mercurial > public > bravenewsurf
comparison 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 |
comparison
equal
deleted
inserted
replaced
30:4eaaf3809385 | 31:9b62e4eef794 |
---|---|
16 /* | 16 /* |
17 ----------------------------------------------- | 17 ----------------------------------------------- |
18 Reviews Styles | 18 Reviews Styles |
19 ----------------------------------------------- | 19 ----------------------------------------------- |
20 */ | 20 */ |
21 .reviews ul { | 21 ul.review-list { |
22 list-style-type: none; | 22 list-style-type: none; |
23 } | 23 } |
24 .reviews li { | 24 li.review-list-item { |
25 margin-bottom: 30px; | 25 margin-bottom: 30px; |
26 } | 26 } |