Sha256: 2368e61c73ba1f33438e579cb21d9b86df54b95c35d8f01dd507b634015dc203

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

html, body, #gallery {
  height: 100%;
}

body.split-screen #listing {
  height: 100%;
  width: 50%;
  float: left;
  overflow: auto;
}

body.split-screen #gallery {
  width: 50%;
  float: right;
}
/*
@media screen and (min-width: 1800px) {
  #listing {
    float: left;
    width: 800px;
    height: 100%;
    overflow: auto;
  }

  #gallery {
    margin-left: 800px;
  }

  body.gallery-expanded #listing {
    display: none;
  }

  body.gallery-expanded #gallery {
    margin-left: 0;
  }
}*/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
servel-0.4.0 lib/servel/templates/index.css
servel-0.3.0 lib/servel/templates/index.css
servel-0.2.0 lib/servel/templates/index.css