Mercurial > public > bravenewsurf
annotate bns_website/static/css/base.css @ 28:20dc7be59c85
Addresses three items from #2, comment #2.
1. Made review title a mandatory field
3. Changed reviews display to use Bootstrap <blockquote> instead of <cite>
4. Ordering of reviews is now reverse chronological
see ticket #2
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Thu, 03 Nov 2011 23:00:34 -0500 |
parents | 55e1d68da925 |
children | 9b62e4eef794 |
rev | line source |
---|---|
bgneal@12 | 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 */ |
ckridgway@28 | 21 .reviews ul { |
ckridgway@28 | 22 list-style-type: none; |
ckridgway@28 | 23 } |
ckridgway@28 | 24 .reviews li { |
ckridgway@28 | 25 margin-bottom: 30px; |
ckridgway@28 | 26 } |