Sha256: 08a178d78857659218ed5a673d94b52747dea1dad5175bd04315763b3b5ee749

Contents?: true

Size: 614 Bytes

Versions: 8

Compression:

Stored size: 614 Bytes

Contents

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
alula-themes-0.4.27 themes/focused/assets/stylesheets/styles.css
alula-themes-0.4.26 themes/focused/assets/stylesheets/styles.css
alula-themes-0.4.25 themes/focused/assets/stylesheets/styles.css
mobox-0.0.3 template/src/assets/stylesheets/vendor/1140gs/conditionals.sass
mobox-0.0.2 template/src/assets/stylesheets/vendor/1140gs/conditionals.sass
mobox-0.0.1.1 template/src/assets/stylesheets/vendor/1140gs/conditionals.sass
mobox-0.0.1 template/src/assets/stylesheets/vendor/1140gs/conditionals.sass
alula-themes-0.4.8 themes/focused/assets/stylesheets/styles.css