diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index dd1a1295..cb714cdb 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -388,17 +388,17 @@ footer a { .map_list .wide + hr { display: block; } -.umap-features-list li img { - width: 14px; - vertical-align: middle; - padding-right: 14px; -} .umap-features-list ul { margin-top: 14px; } .umap-features-list li { line-height: 21px; } +.umap-features-list li:before { + content: "✔"; + color: #323E56; + padding-right: 5px; +} .summary { background-color: #eee; } diff --git a/umap/templates/umap/about_summary.html b/umap/templates/umap/about_summary.html index ff90dc0f..b5f1ffbe 100644 --- a/umap/templates/umap/about_summary.html +++ b/umap/templates/umap/about_summary.html @@ -8,13 +8,13 @@