From a5c6efa5ad41704d489e051f3738b279026c73b8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 11 Oct 2015 11:08:33 +0200 Subject: [PATCH] Do not reset padding on form elements --- umap/static/umap/umap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 2f6fa103..d11c0a77 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -46,9 +46,12 @@ hr, input, textarea { -webkit-box-sizing:border-box; box-sizing: border-box; margin: 0; - padding: 0; font-family: 'fira_sanslight', sans-serif; } +body, div, ul, li, a, section, nav, +h1, h2, h3, h4, h5, h6, label, hr { + padding: 0; +} a { text-decoration: none; color: SeaGreen;