List manip improvements from mdawaffe. fixes #2633

git-svn-id: http://svn.automattic.com/wordpress/trunk@3684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2006-04-04 00:16:27 +00:00
parent d02d4a9319
commit 33ccb31e88
8 changed files with 28 additions and 24 deletions

View File

@@ -627,7 +627,7 @@ table .vers, table .name {
width: 170px;
}
#templateside h3, #postcustom p {
#templateside h3, #postcustom p.submit {
margin: 0;
}
@@ -968,3 +968,6 @@ input#catadd { background: #a4a4a4;
margin: 0;
padding: 0;
}
#ajax-response.alignleft {
margin-left: 2em;
}