view 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 source
body { 
   padding-top: 60px
}
.social-sharing {
   margin-top: 1.5em;
}
.social-sharing ul {
   margin-left: 0px;
   list-style: none;
}
.social-sharing li {
   display: inline-block;
   vertical-align: top;
}

/*
-----------------------------------------------
Reviews Styles
-----------------------------------------------
 */
.reviews ul {
   list-style-type: none;
}
.reviews li {
   margin-bottom: 30px;
}