You are here

image.css in Image 7

Same filename and directory in other branches
  1. 6 image.css
/* Views: gallery style plugin. */
.view .image-gallery-nodes ul {
  text-align:center;
}
.view .image-gallery-nodes ul li {
  display:inline-block;
  /*
    There is no pretty way to get thumbnail sizes here.
    This will need to be overridden for sites that set a different size.
  */
  width:150px;
  height: 150px;
  text-align:center;
  background: none;
}

File

image.css
View source
  1. /* Views: gallery style plugin. */
  2. .view .image-gallery-nodes ul {
  3. text-align:center;
  4. }
  5. .view .image-gallery-nodes ul li {
  6. display:inline-block;
  7. /*
  8. There is no pretty way to get thumbnail sizes here.
  9. This will need to be overridden for sites that set a different size.
  10. */
  11. width:150px;
  12. height: 150px;
  13. text-align:center;
  14. background: none;
  15. }