Sha256: 5cf5dc462b62f5fd9237b53555617351c0167a511672926882b4c4eb84ba4dd8

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

/**
 * Two columns with content floated left.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	}

#container {
	overflow: hidden;
	float: left;
	width: 960px;
	}

.content {
	overflow: hidden;
	float: left;
	width: 620px;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}

#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

#footer-container {
	clear: both;
	overflow: hidden;
	}

#footer {
	clear: both;
	overflow: hidden;
	}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
leanback-0.4.2 documentation/static/css/2c-l-fixed.dev.css
leanback-0.4.1 documentation/static/css/2c-l-fixed.dev.css