annotate static/css/theme.css @ 113:8a0076d7d041

Bootstrap: press.
author Brian Neal <bgneal@gmail.com>
date Sun, 20 Oct 2013 11:20:24 -0500
parents 4bd65fe0911f
children 24263cb45e27
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 }
bgneal@113 22 .article-source {
bgneal@113 23 font-style: italic;
bgneal@113 24 margin-top: 1.5em;
bgneal@113 25 margin-bottom: 1.5em;
bgneal@113 26 }