edited css

This commit is contained in:
simoon 2021-12-16 14:44:21 +01:00
parent f4806d75fc
commit bbc36af32e

View File

@ -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;
}
li::marker {
display: none;
ul li {
list-style: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%;
}