Skip to content

Commit

Permalink
removing errant image call
Browse files Browse the repository at this point in the history
Signed-off-by: Torrey Rice <rice@sitepen.com>
  • Loading branch information
SitePenTorreyRice committed May 12, 2015
1 parent 28da3b5 commit 47e2d2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/blog/dtk/css/editor-style.css
Expand Up @@ -88,7 +88,6 @@ h6 {
}

hr {
background: url(../images/dotted-line.png) repeat center top;
background-size: 4px 4px;
border: 0;
height: 1px;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 47e2d2a

Please sign in to comment.