Sha256: 8f83eff5d31055b9214c46f3d40beaee8049c9a462d4f570fd0783bd553de02d

Contents?: true

Size: 307 Bytes

Versions: 12

Compression:

Stored size: 307 Bytes

Contents

// makes it so images don't bleed into the content on the right
.catalog img {
  max-width: 100%;
  max-height: auto;
}

.document-thumbnail {
  img {
    width: 100%;
  }
}

.document {
  .list-thumbnail {
    width: 30%;
    float: left;
  }
  .metadata {
    width: 70%;
    display: inline-block;
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.2 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.1 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.rc3 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.rc2 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.rc1 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.beta5 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.beta4 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.beta3 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.beta2 app/assets/stylesheets/hyrax/_catalog.scss
hyrax-2.0.0.beta1 app/assets/stylesheets/hyrax/_catalog.scss