From a18e854177773dee08bbb6d8fdfa5a988d751333 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 23 Sep 2015 09:18:14 +0200 Subject: [PATCH] border-box on label --- umap/static/umap/umap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index b911f477..2f6fa103 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -40,7 +40,7 @@ * Generic */ body, div, ul, li, a, section, nav, -h1, h2, h3, h4, h5, h6, +h1, h2, h3, h4, h5, h6, label, hr, input, textarea { -moz-box-sizing:border-box; -webkit-box-sizing:border-box;