Files
fetsite/app/assets/stylesheets/galleries.css.scss
Thomas Blazek 3dff2d2bbe Fix: Bildergallerie
Bildergallerie läuft jetzt auf Blueimp-gallery.
Viel spaß
2015-01-15 15:36:20 +01:00

15 lines
328 B
SCSS

// Place all the styles related to the galleries controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
div.gallery-block
{
padding: 10px;
margin-bottom: 10px;
}
a.gallery-block:hover
{
display: block;
box-shadow: 1px 1px 2px 2px lightgray;
}