Skip to content

Commit

Permalink
Move *.svg to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Jan 11, 2015
1 parent 58a9a5f commit bc307fa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ img {
margin-right: 7px;
margin-top: 2px;
}
.svg .article-tag-icon { background: url('../images/tag.svg') no-repeat center center; }
.svg .article-tag-icon { background: url('../assets/tag.svg') no-repeat center center; }
.tagged-list-header {
padding: 0;
font-size: 24px;
Expand All @@ -372,7 +372,7 @@ img {
margin-top: -1px;
margin-right: 15px;
}
.svg .header-tag-icon { background: url('../images/header-tag.svg') no-repeat center center; }
.svg .header-tag-icon { background: url('../assets/header-tag.svg') no-repeat center center; }
.tagged-list-header a {border: none; text-decoration: none;}
.tagged-list-header a:hover { border-bottom: 1px solid #BEBEBE; }
.article-tags .edy-taglist { margin-left: 25px; }
Expand Down

0 comments on commit bc307fa

Please sign in to comment.