edited css
This commit is contained in:
parent
f4806d75fc
commit
bbc36af32e
@ -1,7 +1,7 @@
|
|||||||
/* go wild ... */
|
/* go wild ... */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* border: 1px solid red;*/
|
border: 1px solid red;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -23,22 +23,31 @@ div.forms {
|
|||||||
div.iframe {
|
div.iframe {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 480px;
|
height: 480px;
|
||||||
/* float: left;*/
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
border: 2px solid blue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li::marker {
|
ul li {
|
||||||
display: none;
|
list-style:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#title, #author, #comments, #timestamp, #tags {
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.metafields {
|
form.metafields {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
padding-left: 0px;
|
background-color: gainsboro;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 2px solid blue;
|
}
|
||||||
|
|
||||||
|
object {
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user