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:
Lance Willett 2013-02-21 06:00:00 +00:00
parent c0879ab325
commit 5dd8fbe675

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