From 3f7a6ead4f19521f57f24aba1ef8145a51073200 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 25 Nov 2013 23:20:04 +0100 Subject: [PATCH] old browser compatibility --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 401257f..b8228e9 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ @import url(css/editor.css); /* feuille de style pour l'éditeur */ - +/* old browser compatibility */ +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } /* GENERAL -------------------------------------------------------- */ html, body, p, div, table, tr, td {margin: 0;padding: 0;}