From bbc36af32e4a1e3a6b22d59fc30f8f6c5b111f7d Mon Sep 17 00:00:00 2001 From: simoon Date: Thu, 16 Dec 2021 14:44:21 +0100 Subject: [PATCH] edited css --- static/styles.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/static/styles.css b/static/styles.css index d11fe74..81f600b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,7 +1,7 @@ /* go wild ... */ * { -/* border: 1px solid red;*/ + border: 1px solid red; } body { @@ -23,22 +23,31 @@ div.forms { div.iframe { width: 50%; height: 480px; -/* float: left;*/ display: inline-block; + border: 2px solid blue; + +} + +ul li { + list-style:none; } -li::marker { - display: none; +#title, #author, #comments, #timestamp, #tags { + display: flex; } form.metafields { padding: 12px; - padding-left: 0px; + background-color: gainsboro; } iframe { position: relative; height: 100%; width: 100%; - border: 2px solid blue; +} + +object { + max-height: 100%; + max-width: 100%; } \ No newline at end of file