CSS typos.
git-svn-id: https://develop.svn.wordpress.org/trunk@1885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c21387d2af
commit
e8af5ea294
@ -91,7 +91,7 @@ form, label input {
|
||||
h2 {
|
||||
border-bottom: 2px solid #69c;
|
||||
color: #333;
|
||||
font: normal 22px/18px normal;
|
||||
font: normal 22px/18px serif;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
@ -141,7 +141,7 @@ textarea, input, select {
|
||||
}
|
||||
|
||||
.code {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.commentlist li {
|
||||
@ -392,7 +392,7 @@ textarea, input, select {
|
||||
padding: 0;
|
||||
}
|
||||
#template textarea {
|
||||
font-family: 'Courier New', Courier, monopace;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: small;
|
||||
width: 99%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user