Twenty Thirteen: style the `hr` element. Fixes #23529.
git-svn-id: http://core.svn.wordpress.org/trunk@23465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
55d189f9ff
commit
46a93b902f
|
@ -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