diff 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
line wrap: on
line diff
--- a/bns_website/static/css/base.css	Tue Nov 01 20:15:21 2011 -0500
+++ b/bns_website/static/css/base.css	Thu Nov 03 23:00:34 2011 -0500
@@ -1,5 +1,5 @@
 body { 
-   padding-top: 40px
+   padding-top: 60px
 }
 .social-sharing {
    margin-top: 1.5em;
@@ -12,3 +12,15 @@
    display: inline-block;
    vertical-align: top;
 }
+
+/*
+-----------------------------------------------
+Reviews Styles
+-----------------------------------------------
+ */
+.reviews ul {
+   list-style-type: none;
+}
+.reviews li {
+   margin-bottom: 30px;
+}