"Instant Preview" added to Advanced Editing form.

git-svn-id: https://develop.svn.wordpress.org/trunk@1762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Donncha O Caoimh
2004-10-08 16:33:10 +00:00
parent 8254105bef
commit 62332983cf
2 changed files with 34 additions and 3 deletions
+13 -1
View File
@@ -487,4 +487,16 @@ textarea, input, select {
#wphead h1 span {
font-size: .4em;
}
}
#TextDisplay{
border-left: solid 1px #666666;
border-right: solid 1px #000000;
border-top: solid 1px #666666;
border-bottom: solid 1px #000000;
background:#f2f9a5;
margin:10px 30px 10px 30px;
padding:3px;
font-size: 11px;
font-family:verdana;
}