Mercurial > public > bravenewsurf
comparison 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 |
comparison
equal
deleted
inserted
replaced
27:a5e8741452a3 | 28:20dc7be59c85 |
---|---|
1 body { | 1 body { |
2 padding-top: 40px | 2 padding-top: 60px |
3 } | 3 } |
4 .social-sharing { | 4 .social-sharing { |
5 margin-top: 1.5em; | 5 margin-top: 1.5em; |
6 } | 6 } |
7 .social-sharing ul { | 7 .social-sharing ul { |
10 } | 10 } |
11 .social-sharing li { | 11 .social-sharing li { |
12 display: inline-block; | 12 display: inline-block; |
13 vertical-align: top; | 13 vertical-align: top; |
14 } | 14 } |
15 | |
16 /* | |
17 ----------------------------------------------- | |
18 Reviews Styles | |
19 ----------------------------------------------- | |
20 */ | |
21 .reviews ul { | |
22 list-style-type: none; | |
23 } | |
24 .reviews li { | |
25 margin-bottom: 30px; | |
26 } |