From ef024c772d59bf8f7ee00c87b31265f4bd2a8a78 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Thu, 4 May 2017 11:27:02 -0400 Subject: [PATCH] Deal with ordered list as unordered ones in CSS --- umap/static/umap/umap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 4f2f90f2..1e8bf954 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -39,7 +39,7 @@ /* * Generic */ -body, div, ul, li, a, section, nav, +body, div, ul, ol, li, a, section, nav, h1, h2, h3, h4, h5, h6, label, hr, input, textarea { -moz-box-sizing:border-box; @@ -48,7 +48,7 @@ hr, input, textarea { margin: 0; font-family: 'fira_sanslight', sans-serif; } -body, div, ul, li, a, section, nav, +body, div, ul, ol, li, a, section, nav, h1, h2, h3, h4, h5, h6, label, hr { padding: 0; }