Revert [9413]

git-svn-id: https://develop.svn.wordpress.org/trunk@9414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-30 15:50:21 +00:00
parent 13e64e6a9c
commit 7e5ff53d55
10 changed files with 199 additions and 117 deletions
+19 -32
View File
@@ -1925,29 +1925,9 @@ body.wp-admin {
margin: -5px 0 0 10px;
}
#the-comment-list {
list-style: none;
margin: 0;
padding: 0;
font-size: 11px;
}
#the-comment-list .sepa {
color: #999;
}
#the-comment-list .comment-action-link {
width: 6em;
display: inline-block;
}
#the-comment-list p.comment-author {
height: 2.8em;
}
#the-comment-list li.comment-list-item {
padding: 0 1.2em 1em;
border-bottom: 1px solid #ccc;
#the-comment-list td.comment p.comment-author {
margin-top: 0;
margin-left: 0;
}
#the-comment-list p.comment-author img {
@@ -1959,6 +1939,22 @@ body.wp-admin {
border: none;
}
#the-comment-list td {
vertical-align: top;
}
#the-comment-list td.comment {
/*
width: 65%;
max-width: 460px;
*/
word-wrap: break-word;
}
#the-comment-list .check-column {
padding-top: 8px;
}
#templateside ul li a {
text-decoration: none;
}
@@ -2249,10 +2245,7 @@ fieldset {
/* reply to comments */
#replyrow {
border-width: 1px;
border-style: solid;
font-size: 11px;
margin: 0 0 12px;
}
#replyrow input {
@@ -2912,9 +2905,3 @@ abbr.required {
.setting-description {
font-style: italic;
}
.comments-box {
margin: 12px 0 5px;
}