Set max width on .wrap. Props mt. fixes #6036

git-svn-id: https://develop.svn.wordpress.org/trunk@7101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-29 08:08:17 +00:00
parent a02dc6a240
commit 1d7d315192
5 changed files with 11 additions and 5 deletions
+4 -4
View File
@@ -391,7 +391,7 @@ input.disabled, textarea.disabled {
width: auto;
}
#poststuff {
#poststuff #post-body {
margin-right: 16em;
}
@@ -1141,10 +1141,9 @@ html, body {
}
.submitbox {
position: absolute;
background-color: #eaf3fa;
width: 200px;
right: 15px;
float: right;
}
@@ -1401,7 +1400,8 @@ ul.view-switch li.current a {
#the-comment-list td.comment {
width: 65%;
padding-right: 10%;
max-width: 460px;
word-wrap: break-word;
}
#the-comment-list td.comment p {