Update edit.css
themes will style p tags - keep forms looking pretty
This commit is contained in:
parent
75b76b987a
commit
af04f4311c
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue