Update edit.css

themes will style p tags - keep forms looking pretty
This commit is contained in:
Shane 2018-07-02 17:23:53 +12:00 committed by GitHub
parent 75b76b987a
commit af04f4311c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,13 @@
border-radius:4px; box-shadow:2px 4px 10px rgba(0, 0, 0, 0.2);
}
.yellow-pane h1 { color:#000; font-size:2em; margin:0 1em; }
.yellow-pane p { margin:0.5em; }
.yellow-pane p {
margin: 0.5em;
padding: 0;
line-height: normal;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.yellow-close {
position:absolute;
top:0.8em; right:1em; cursor:pointer;