comparison 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
comparison
equal deleted inserted replaced
111:23efa49f5e29 112:4bd65fe0911f
5 .img-flyer { 5 .img-flyer {
6 margin: 0 auto; 6 margin: 0 auto;
7 margin-top: 1em; 7 margin-top: 1em;
8 margin-bottom: 1em; 8 margin-bottom: 1em;
9 } 9 }
10 img.floatLeftBox {
11 float: left !important;
12 margin-right: 1.5em;
13 margin-bottom: 1.0em;
14 }
15
16 article.news ul {
17 display: table;
18 }
19 article.news ol {
20 display: table;
21 }