Restore the bottom border to .wp-editor-container so it's not missing when the editor appears outside the main editor container. Fixes #26241, props mattheu.

Built from https://develop.svn.wordpress.org/trunk@26410


git-svn-id: http://core.svn.wordpress.org/trunk@26310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 17:42:10 +00:00
parent 96526c7c0c
commit 47b5c62d3e
7 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -970,8 +970,8 @@ p.popular-tags,
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.wp-editor-container {
border-bottom: none;
#post-status-info {
border-top: none;
}
.postbox table.widefat {

File diff suppressed because one or more lines are too long

View File

@ -970,8 +970,8 @@ p.popular-tags,
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.wp-editor-container {
border-bottom: none;
#post-status-info {
border-top: none;
}
.postbox table.widefat {

File diff suppressed because one or more lines are too long