1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/app/assets/stylesheets/images.css.scss
2014-03-24 22:48:31 +00:00

12 lines
269 B
SCSS

// Place all the styles related to the images controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
ul.images {
list-style: none;
padding-left: 0;
li {
display: inline-block;
}
}