Sha256: 984f6eddabc0f4e5252e786abde8fe1259a13bc8af6399a0acd023b058360cac

Contents?: true

Size: 603 Bytes

Versions: 8

Compression:

Stored size: 603 Bytes

Contents

/* Demo Styling. Pay no attention to the CSS behind the box */
/* (See what I did there?) */

body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px Arial, sans-serif;
}

#box-wrap-vertical, #box-wrap-horizontal {
	margin: 20px auto;
	width: 700px;
	height: 300px;
	background: #666;
	position: relative;
}

#box-wrap-vertical div, #box-wrap-horizontal div {
	width: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #999;
	white-space: nowrap;
	border: solid pink;
}

#box-wrap-vertical div {
	width: auto;
	height: 20px;
	line-height: 20px;
}

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.3.3 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.3.3 templates/drupal/sources/flexie/test/css/demo.css
survivalkit-0.3.2 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.3.1 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.3 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.2.1 templates/project/sources/flexie/test/css/demo.css
survivalkit-0.1 templates/project/sources/flexie/test/css/demo.css