From 8315da395a2a99111bf3e9d0ab3846f7ddbf9732 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 19 Oct 2021 14:33:15 +0200 Subject: report: Remove example sentences. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I feel they don’t really convey which parts of a layout are difficult to use and the sentences used were quite arbitrary. They should be replaced by something better. --- lulua/data/report/index.html | 17 ----------------- lulua/data/report/style.css | 5 ----- 2 files changed, 22 deletions(-) (limited to 'lulua/data') diff --git a/lulua/data/report/index.html b/lulua/data/report/index.html index 4923e98..5d08c5b 100644 --- a/lulua/data/report/index.html +++ b/lulua/data/report/index.html @@ -415,23 +415,6 @@ {% endif %} {% endfor %} -
-

Examples:

- -
{% endmacro %}
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index ed0d32d..879114e 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -157,11 +157,6 @@ div.fingerhandstats .fingers .index { div.fingerhandstats .fingers .thumb { border: 0.1em solid var(--finger-thumb); } -div.sentencestats ul { - list-style-type: none; - margin: 1em 0; - padding: 0; -} .table-overflow { overflow-x: auto; -- cgit v1.2.3