aboutsummaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-28 11:12:04 +0200
committerMartin Fischer <martin@push-f.com>2022-10-28 11:33:23 +0200
commita972a4b5fa7a41d7a19d422db8af86d8817dfe81 (patch)
treedcb858cf24a5977a3a6820abfedb71978f6a6c2b /src/static/style.css
parent8876a8f21ff859894817b8c9418acaa243b90c36 (diff)
stop rendering .html files via <iframe>s
Now that we have Lua scripting we don't need iframes anymore.
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/style.css b/src/static/style.css
index e3d0954..54c4f4a 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -23,7 +23,7 @@ h1 {
flex-grow: 1;
}
-textarea, iframe {
+textarea {
flex-grow: 1;
}
@@ -92,4 +92,4 @@ label {
.addition { background: #e6ffed; }
.deletion { background: #ffeef0; }
.addition ins {background: #acf2bd; text-decoration: none; }
-.deletion del {background: #fdb8c0; text-decoration: none; } \ No newline at end of file
+.deletion del {background: #fdb8c0; text-decoration: none; }