mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
max width fixes from azaozz. fixes #6051
git-svn-id: https://develop.svn.wordpress.org/trunk@7114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -342,7 +342,7 @@ input.disabled, textarea.disabled {
|
||||
#excerpt, .attachmentlinks {
|
||||
margin: 0;
|
||||
height: 4em;
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.plugins p {
|
||||
@@ -1340,7 +1340,7 @@ p#post-search {
|
||||
}
|
||||
|
||||
body.minwidth {
|
||||
min-width: 770px;
|
||||
min-width: 808px;
|
||||
}
|
||||
|
||||
ul.view-switch {
|
||||
|
||||
Reference in New Issue
Block a user