diff options
author | David A. Madore <david+git@madore.org> | 2011-09-08 15:03:03 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2011-09-08 15:03:03 +0200 |
commit | 85ce46d8677b5bdb85394ccb49964913343a41c9 (patch) | |
tree | 3383e53372f88a8f2132dc757cac3c226767bed0 /org | |
parent | 5d04d7e32ab93c6b3c3ec7e3698f0a41b55fa4cb (diff) | |
download | damlengine-85ce46d8677b5bdb85394ccb49964913343a41c9.tar.gz damlengine-85ce46d8677b5bdb85394ccb49964913343a41c9.tar.bz2 damlengine-85ce46d8677b5bdb85394ccb49964913343a41c9.zip |
Indicate <article> as being block display, for older browsers.
Diffstat (limited to 'org')
-rw-r--r-- | org/madore/damlengine/included.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |