Mercurial > public > bravenewsurf
annotate bns_website/static/css/base.css @ 68:1d50a0db4f21
- I moved the jplayer files to a jplayer dir under static/js. I thought about moving the flash file to another dir, but thought it'd be best to leave it with the rest of the jplayer files.
- I removed some rogue colons in the music.html template.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Wed, 23 Nov 2011 09:16:47 -0600 |
parents | a878a98292a8 |
children | cf4e7eed74d3 |
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 } |
ckridgway@45 | 24 |
bgneal@31 | 25 li.review-list-item { |
ckridgway@45 | 26 padding-top:60px; |
ckridgway@28 | 27 } |
bob@43 | 28 |
ckridgway@45 | 29 /* |
ckridgway@45 | 30 ----------------------------------------------- |
ckridgway@53 | 31 News Styles |
ckridgway@45 | 32 ----------------------------------------------- |
ckridgway@45 | 33 */ |
bob@43 | 34 article.news { |
ckridgway@45 | 35 margin-bottom: 2em; |
ckridgway@45 | 36 border-top: 2px solid DimGray; /* some other gray color might be better */ |
ckridgway@53 | 37 } |