# HG changeset patch # User Chris Ridgway # Date 1322430338 21600 # Node ID 5e58c3bad4eda0c3b069368fbc379778bb2900fc # Parent 7d0f660be46a118306a0c0cd6b430f9bfc2e4a0a Updated CSS for reviews app so the blockquote, small and a tags don't look so washed out against the new site background. diff -r 7d0f660be46a -r 5e58c3bad4ed bns_website/static/css/base.css --- 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