view static/css/theme.css @ 114:4f44b56b43de

Don't show link to news story on detail view.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Oct 2013 14:07:08 -0500
parents 8a0076d7d041
children 24263cb45e27
line wrap: on
line source
body { 
   padding-top: 50px;
   padding-bottom: 20px;
}
.img-flyer {
   margin: 0 auto;
   margin-top: 1em;
   margin-bottom: 1em;
}
img.floatLeftBox {
   float: left !important;
   margin-right: 1.5em;
   margin-bottom: 1.0em;
}

article.news ul {
   display: table;
}
article.news ol {
   display: table;
}
.article-source {
   font-style: italic;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
}