summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/epoch/tests/render/css/tests.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:55:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:55:53 +0000
commit129b974b59c74140570847bb4a2774d41d1e5fae (patch)
treef2dc68e7186b8157e33aebbc2526e016912ded82 /debian/missing-sources/epoch/tests/render/css/tests.css
parentAdding upstream version 3.2.1. (diff)
downloadknot-resolver-debian/3.2.1-3.tar.xz
knot-resolver-debian/3.2.1-3.zip
Adding debian version 3.2.1-3.debian/3.2.1-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/missing-sources/epoch/tests/render/css/tests.css')
-rw-r--r--debian/missing-sources/epoch/tests/render/css/tests.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/missing-sources/epoch/tests/render/css/tests.css b/debian/missing-sources/epoch/tests/render/css/tests.css
new file mode 100644
index 0000000..7f4099e
--- /dev/null
+++ b/debian/missing-sources/epoch/tests/render/css/tests.css
@@ -0,0 +1,12 @@
+body {
+ font-family: helvetica;
+}
+
+/* Default test chart height of 220px. */
+.test .epoch {
+ height: 220px;
+}
+
+.broken {
+ color: red;
+}