From 5dd8fbe675da1daf0816b67c384fbab81545baf2 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 21 Feb 2013 06:00:00 +0000 Subject: [PATCH] Twenty Thirteen: style the `hr` element. Fixes #23529. git-svn-id: https://develop.svn.wordpress.org/trunk@23465 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 27927899e3..eea652343b 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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