List manip improvements from mdawaffe. fixes #2633

git-svn-id: https://develop.svn.wordpress.org/trunk@3684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-04-04 00:16:27 +00:00
parent e14b0fc456
commit 07a12ad2b1
8 changed files with 28 additions and 24 deletions
+4 -1
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;
}