view bns_website/static/css/base.css @ 34:37d9b6b1a097

Added reviews template tag. Fix ordering of reviews. Tweaked the display of the reviews page. Addresses ticket 2.
author Chris Ridgway <ckridgway@gmail.com>
date Sat, 05 Nov 2011 23:53:10 -0500
parents 9b62e4eef794
children b9d6f6d930a9
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
-----------------------------------------------
 */
ul.review-list {
   list-style-type: none;
}
li.review-list-item {
   margin-bottom: 30px;
}