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

git-svn-id: https://develop.svn.wordpress.org/trunk@26434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-27 19:36:36 +00:00
parent e029951d27
commit 8b21aa420c
1 changed files with 6 additions and 0 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
------------------------------------------------------------------------------*/