mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
FIX Remove timer icon image and associated CSS styles
This commit is contained in:
parent
f38630c894
commit
dd66125f3a
@ -7,9 +7,6 @@
|
|||||||
/*
|
/*
|
||||||
* Sprite maps & Icons
|
* Sprite maps & Icons
|
||||||
*/
|
*/
|
||||||
.gridfield-icon.blog-icon-timer {
|
|
||||||
background: url("../images/blog-icon/timer.png") center no-repeat; }
|
|
||||||
|
|
||||||
#FeaturedImage .middleColumn {
|
#FeaturedImage .middleColumn {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left; }
|
float: left; }
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 844 B |
@ -12,10 +12,6 @@
|
|||||||
// @import "blog-icon/*.png";
|
// @import "blog-icon/*.png";
|
||||||
// buttons
|
// buttons
|
||||||
|
|
||||||
.gridfield-icon.blog-icon-timer {
|
|
||||||
background: url('../images/blog-icon/timer.png') center no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#FeaturedImage .middleColumn {
|
#FeaturedImage .middleColumn {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user