mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
24 lines
566 B
CSS
Executable File
24 lines
566 B
CSS
Executable File
/**
|
|
* CMS Styles
|
|
**/
|
|
/**
|
|
* Include Compass framework */
|
|
/*
|
|
* Sprite maps & Icons */
|
|
/* line 48, blog-icon/*.png */
|
|
.blog-icon-sprite, .gridfield-icon .blog-icon-timer {
|
|
background-image: url('../images/blog-icon-s0a5ab5f851.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* line 84, ../../../../home/vagrant/.rvm/gems/ruby-2.1.5/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
|
|
.gridfield-icon .blog-icon-timer {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
/* line 18, ../scss/cms.scss */
|
|
#FeaturedImage .middleColumn {
|
|
clear: none;
|
|
float: left;
|
|
}
|