view static/css/theme.css @ 112:4bd65fe0911f

Bootstrap: work on the news stories.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Oct 2013 10:59:47 -0500
parents 23efa49f5e29
children 8a0076d7d041
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;
}