Mercurial > public > bravenewsurf
comparison bns_website/static/css/base.css @ 45:2598bc18b6fb
Shamelessly stole Bob's anchor target method. Fixed CSS for reviews so that the top of the review is not clipped by the navbar.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Wed, 09 Nov 2011 23:18:32 -0600 |
parents | 9936cae358d9 |
children | 98cc19041d8f |
comparison
equal
deleted
inserted
replaced
44:c32897e111dc | 45:2598bc18b6fb |
---|---|
19 ----------------------------------------------- | 19 ----------------------------------------------- |
20 */ | 20 */ |
21 ul.review-list { | 21 ul.review-list { |
22 list-style-type: none; | 22 list-style-type: none; |
23 } | 23 } |
24 | |
24 li.review-list-item { | 25 li.review-list-item { |
25 margin-bottom: 30px; | 26 padding-top:60px; |
26 } | 27 } |
27 | 28 |
29 /* | |
30 ----------------------------------------------- | |
31 New Styles | |
32 ----------------------------------------------- | |
33 */ | |
28 article.news { | 34 article.news { |
29 margin-bottom: 2em; | 35 margin-bottom: 2em; |
30 border-top: 2px solid DimGray; /* some other gray color might be better */ | 36 border-top: 2px solid DimGray; /* some other gray color might be better */ |
31 } | 37 } |