Sha256: 4c3879a35b5fa8e21f9c9b404c038b937629d9cfd1f322b9f390644f430d7a3d

Contents?: true

Size: 922 Bytes

Versions: 2

Compression:

Stored size: 922 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 {
  position: absolute;
  width: 100%;
  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

2 entries across 2 versions & 1 rubygems

Version Path
pwnstyles_rails-0.1.26 app/assets/stylesheets/modules/_body.css.scss
pwnstyles_rails-0.1.25 app/assets/stylesheets/modules/_body.css.scss