From 47e2d2a98232341c6c12c6f2b66d738755334a24 Mon Sep 17 00:00:00 2001 From: Torrey Rice Date: Tue, 12 May 2015 10:55:54 -0700 Subject: [PATCH] removing errant image call Signed-off-by: Torrey Rice --- src/blog/dtk/css/editor-style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/blog/dtk/css/editor-style.css b/src/blog/dtk/css/editor-style.css index 568418992..6903a9377 100644 --- a/src/blog/dtk/css/editor-style.css +++ b/src/blog/dtk/css/editor-style.css @@ -88,7 +88,6 @@ h6 { } hr { - background: url(../images/dotted-line.png) repeat center top; background-size: 4px 4px; border: 0; height: 1px; @@ -599,7 +598,6 @@ img { } .post-format-audio:before { - background: url(../images/dotted-line.png) repeat-y 85px 0; background-size: 4px 4px; content: "\f109"; display: block; @@ -698,7 +696,6 @@ img { } .post-format-status:before { - background: url(../images/dotted-line.png) repeat-y left bottom; background-size: 4px 4px; content: ""; display: block;