diff 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 diff
--- a/static/css/theme.css	Sat Oct 19 17:18:25 2013 -0500
+++ b/static/css/theme.css	Sun Oct 20 10:59:47 2013 -0500
@@ -7,3 +7,15 @@
    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;
+}