summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-27 22:53:26 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-27 22:53:26 (EDT)
commitc707fd93ad6a26cc6c53e5bcb3824626a59f8b08 (patch)
tree8d241331333b2e65d18a8628c8ec214dba1a830f /src
parentfcc87e019895d08f6ab741baabac496e7b6eae8c (diff)
downloadmarquee-c707fd93ad6a26cc6c53e5bcb3824626a59f8b08.zip
marquee-c707fd93ad6a26cc6c53e5bcb3824626a59f8b08.tar.gz
marquee-c707fd93ad6a26cc6c53e5bcb3824626a59f8b08.tar.bz2
src/html.c: Style <iframe>
Diffstat (limited to 'src')
-rw-r--r--src/html.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 917e04a..90b1158 100644
--- a/src/html.c
+++ b/src/html.c
@@ -181,6 +181,10 @@ static const gchar *styles =
"form input[type=submit]:focus, form input[type=reset]:focus {\n"
"background-color: #EFEFEF;\n"
"}\n"
+ "iframe {\n"
+ "width: calc(100% - 12px);\n"
+ "height: 400px;\n"
+ "}\n"
;
gchar *