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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-29 08:08:17 +00:00
parent daf37cc98c
commit 4ecde2cdbb
5 changed files with 11 additions and 5 deletions

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 {