Style the hr element in the admin. Fixes #23856.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-27 19:37:09 +00:00
parent 01fdd027f0
commit 6f6c835c6c
4 changed files with 14 additions and 2 deletions

View File

@ -1087,6 +1087,12 @@ p.install-help {
white-space: nowrap;
}
hr {
border: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #fafafa;
}
/*------------------------------------------------------------------------------
2.0 - Forms
------------------------------------------------------------------------------*/

File diff suppressed because one or more lines are too long

View File

@ -1087,6 +1087,12 @@ p.install-help {
white-space: nowrap;
}
hr {
border: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #fafafa;
}
/*------------------------------------------------------------------------------
2.0 - Forms
------------------------------------------------------------------------------*/

File diff suppressed because one or more lines are too long