Twenty Thirteen: style the hr
element. Fixes #23529.
git-svn-id: https://develop.svn.wordpress.org/trunk@23465 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c0879ab325
commit
5dd8fbe675
@ -455,6 +455,14 @@ ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
hr {
|
||||
background: url("images/dotted-line.png") repeat center top;
|
||||
background-size: 4px 4px;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 2.0 Repeatable patterns
|
||||
|
Loading…
Reference in New Issue
Block a user