Mercurial > public > bravenewsurf
annotate bns_website/static/css/base.css @ 43:9936cae358d9
I removed some unused clutter from the news_list.html template. I moved the date to the title line, which looks a lot better I think. I made the space between articles 2em and added a border at the top of each article. I'm not sure I like it, but it's better I think.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Mon, 07 Nov 2011 21:22:12 -0600 |
parents | 9ce9f77d6cde |
children | 2598bc18b6fb |
rev | line source |
---|---|
bob@38 | 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 } |
bob@43 | 27 |
bob@43 | 28 article.news { |
bob@43 | 29 margin-bottom: 2em; |
bob@43 | 30 border-top: 2px solid DimGray; /* some other gray color might be better */ |
bob@38 | 31 } |