aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 23:16:24 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-30 23:16:24 +0100
commit1d273581639becaa50847a02a38f04338a035350 (patch)
tree6d6c47c25c9c1dcb122201914f8e21e0ac9bde4d /mu4web/static/style.css
parentMinor style improvements. (diff)
downloadmu4web-1d273581639becaa50847a02a38f04338a035350.tar.gz
mu4web-1d273581639becaa50847a02a38f04338a035350.tar.xz
Embedding and attachements.
Diffstat (limited to '')
-rw-r--r--mu4web/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 2223f33..8297aab 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -105,3 +105,12 @@ footer {
grid-column: 2;
}
+
+iframe {
+ width: 100%;
+}
+
+main pre {
+ white-space: pre-wrap;
+ border: 2px solid black;
+}