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-04-08 20:37:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 20:37:51 +0000
commit56ccd5615d426b5e18d1e6b9f6160d6bccac94fa (patch)
treeb31187a54880ac0bbc2fab7bdd165178bb24fa01 /debian/missing-sources/epoch/tests/render/css/tests.css
parentAdding upstream version 5.7.1. (diff)
downloadknot-resolver-56ccd5615d426b5e18d1e6b9f6160d6bccac94fa.tar.xz
knot-resolver-56ccd5615d426b5e18d1e6b9f6160d6bccac94fa.zip
Adding debian version 5.7.1-1.debian/5.7.1-1
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;
+}