annotate 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
rev   line source
bgneal@111 1 body {
bgneal@111 2 padding-top: 50px;
bgneal@111 3 padding-bottom: 20px;
bgneal@111 4 }
bgneal@111 5 .img-flyer {
bgneal@111 6 margin: 0 auto;
bgneal@111 7 margin-top: 1em;
bgneal@111 8 margin-bottom: 1em;
bgneal@111 9 }
bgneal@112 10 img.floatLeftBox {
bgneal@112 11 float: left !important;
bgneal@112 12 margin-right: 1.5em;
bgneal@112 13 margin-bottom: 1.0em;
bgneal@112 14 }
bgneal@112 15
bgneal@112 16 article.news ul {
bgneal@112 17 display: table;
bgneal@112 18 }
bgneal@112 19 article.news ol {
bgneal@112 20 display: table;
bgneal@112 21 }