Skip to content

Commit

Permalink
FIX Remove timer icon image and associated CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Jan 24, 2018
1 parent f38630c commit dd66125
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions css/cms.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
/*
* Sprite maps & Icons
*/
.gridfield-icon.blog-icon-timer {
background: url("../images/blog-icon/timer.png") center no-repeat; }

#FeaturedImage .middleColumn {
clear: none;
float: left; }
Expand Down
Binary file removed images/blog-icon/timer.png
Binary file not shown.
4 changes: 0 additions & 4 deletions scss/cms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
// @import "blog-icon/*.png";
// buttons

.gridfield-icon.blog-icon-timer {
background: url('../images/blog-icon/timer.png') center no-repeat;
}

#FeaturedImage .middleColumn {
clear: none;
float: left;
Expand Down

0 comments on commit dd66125

Please sign in to comment.