summaryrefslogtreecommitdiff
path: root/lulua/data/report/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'lulua/data/report/style.css')
-rw-r--r--lulua/data/report/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css
index da2787f..f62fcef 100644
--- a/lulua/data/report/style.css
+++ b/lulua/data/report/style.css
@@ -232,6 +232,14 @@ dl.colorcodes .finger.thumb::before {
.layer.fourth:before {
content: "тни";
}
-p.remark {
- font-size: 0.9em;
+details.remarks {
+ font-size: 0.8em;
+ margin: -1em 0;
+}
+details[open].remarks {
+ margin-bottom: 1em;
+}
+details.remarks summary {
+ list-style-type: "+";
+ cursor: pointer;
}