From 85ce46d8677b5bdb85394ccb49964913343a41c9 Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Thu, 8 Sep 2011 15:03:03 +0200
Subject: Indicate <article> as being block display, for older browsers.

---
 org/madore/damlengine/included.css | 1 +
 1 file changed, 1 insertion(+)

(limited to 'org')

diff --git a/org/madore/damlengine/included.css b/org/madore/damlengine/included.css
index 2f42d69..f00f385 100644
--- a/org/madore/damlengine/included.css
+++ b/org/madore/damlengine/included.css
@@ -14,6 +14,7 @@ h3 { color: rgb(96,64,0); }
   font-family: Futura, "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Arial, sans-serif;
   color: rgb(24,96,0);
 }
+article { display: block; }
 .navbar {
   display: block;
   font-size: .83em;
-- 
cgit v1.2.3