mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
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:
parent
e029951d27
commit
8b21aa420c
@ -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
|
||||
------------------------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user