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:
Lance Willett 2013-02-21 06:00:00 +00:00
parent 55d189f9ff
commit 46a93b902f

View File

@ -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