Improve styling of comment form.

git-svn-id: https://develop.svn.wordpress.org/trunk@1241 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-05-08 01:37:50 +00:00
parent 4acf8997b9
commit ab71f694a1
1 changed files with 4 additions and 4 deletions

View File

@ -132,9 +132,10 @@ ul.post-meta span.post-meta-key {
text-decoration: none;
}
#commentform input, #commentform textarea {
#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
background: #fff;
border: 1px solid #333;
padding: .2em;
}
#commentform textarea {
@ -188,12 +189,11 @@ ul.post-meta span.post-meta-key {
margin: 0 0 0 13px;
}
#menu input {
#menu input#s {
width: 80%;
background: #eee;
border: 1px solid #999;
color: #000;
letter-spacing: -0.05em;
width: 80%;
}
#menu ul {