Sha256: ac5e0d89e636b9b9895d42dd1bef73972347640879a244300b1d4ab38d67f52c

Contents?: true

Size: 885 Bytes

Versions: 4

Compression:

Stored size: 885 Bytes

Contents

html, body {
  border: none;
  min-width: ($page-width + 2 * $column-margin);
  min-height: 100%;
  width: 100%;
}

body {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: block-axis;
  -webkit-box-orient: block-axis;
  box-orient: block-axis;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  box-align: stretch;
}

#real-body {
  background-color: #ffffff;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
#header, #footer {
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  box-flex: 0;
}

#content-wrapper {
  margin: 0 auto;
  padding: 0 0 24px 0;
  width: $page-width;
  overflow: hidden;
}

article#sidebar {
  float: right;
  width: $sidebar-width;
}

article#main {
  float: left;
  width: $page-width;
}

article#sidebar + article#main {
  float: left;
  width: ($page-width - $sidebar-width - $column-total - $column-margin);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pwnstyles_rails-0.1.24 app/assets/stylesheets/modules/_body.css.scss
pwnstyles_rails-0.1.23 app/assets/stylesheets/modules/_body.css.scss
pwnstyles_rails-0.1.22 app/assets/stylesheets/modules/_body.css.scss
pwnstyles_rails-0.1.21 app/assets/stylesheets/modules/_body.css.scss