CSS typos.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-11-25 19:36:21 +00:00
parent 3a5a2d097c
commit 0ddd331190
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ form, label input {
h2 { h2 {
border-bottom: 2px solid #69c; border-bottom: 2px solid #69c;
color: #333; color: #333;
font: normal 22px/18px normal; font: normal 22px/18px serif;
margin: 5px 10px; margin: 5px 10px;
} }
@ -141,7 +141,7 @@ textarea, input, select {
} }
.code { .code {
font-family: "Courier New", Courier, mono; font-family: "Courier New", Courier, monospace;
} }
.commentlist li { .commentlist li {
@ -392,7 +392,7 @@ textarea, input, select {
padding: 0; padding: 0;
} }
#template textarea { #template textarea {
font-family: 'Courier New', Courier, monopace; font-family: 'Courier New', Courier, monospace;
font-size: small; font-size: small;
width: 99%; width: 99%;
} }