Mercurial > public > bravenewsurf
changeset 89:5e58c3bad4ed
Updated CSS for reviews app so the blockquote, small and a tags don't look so washed out against the new site background.
author | Chris Ridgway <ckridgway@gmail.com> |
---|---|
date | Sun, 27 Nov 2011 15:45:38 -0600 |
parents | 7d0f660be46a |
children | f92545cd3ee0 |
files | bns_website/static/css/base.css |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bns_website/static/css/base.css Sun Nov 27 15:13:40 2011 -0600 +++ b/bns_website/static/css/base.css Sun Nov 27 15:45:38 2011 -0600 @@ -79,6 +79,22 @@ padding-top:60px; } +li.review-list-item blockquote { + border-left: 5px solid #00aab4; +} + +li.review-list-item p { + color: #666; +} + +li.review-list-item small { + color: #888; +} + +li.review-list-item a { + color: #00aab4; +} + /* ----------------------------------------------- News Styles