Mercurial > public > bravenewsurf
diff 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 |
line wrap: on
line diff
--- a/bns_website/static/css/base.css Sun Nov 06 20:22:40 2011 -0600 +++ b/bns_website/static/css/base.css Sun Nov 06 20:28:25 2011 -0600 @@ -1,5 +1,5 @@ body { - padding-top: 40px + padding-top: 60px } .social-sharing { margin-top: 1.5em; @@ -12,6 +12,18 @@ display: inline-block; vertical-align: top; } + +/* +----------------------------------------------- +Reviews Styles +----------------------------------------------- + */ +ul.review-list { + list-style-type: none; +} +li.review-list-item { + margin-bottom: 30px; +} #article { margin-bottom: 1.5em; } \ No newline at end of file