Merge branch 'master' of github.com:umap-project/umap

This commit is contained in:
Yohan Boniface 2017-05-10 19:15:00 +02:00
commit 32ae155001

View file

@ -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;
}