view bns_website/static/css/base.css @ 64:aaac975df679

Tweaking the bxslider's pager CSS. Before, with the images, the numbers > 9 were not centered on their circles. Made an attempt to create circles with CSS instead. The higher numbered ones have kind of a flattened top. Not sure how to fix that right now.
author Brian Neal <bgneal@gmail.com>
date Sat, 19 Nov 2011 16:32:28 -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 */
}