view bns_website/static/css/base.css @ 59:f8858447adda

Added YouTube embed code for a playlist of the bands on the comp to the videos page.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Nov 2011 20:17:14 -0600
parents 98cc19041d8f
children ee1a90652c1e
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 {
   padding-top:60px;
}

/*
-----------------------------------------------
News Styles
-----------------------------------------------
*/
article.news {
   margin-bottom: 2em;
   border-top: 2px solid DimGray;  /* some other gray color might be better */
}