Resources/css/about.css
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2013 02:22:21 -0700
changeset 0 80c32ef237c6
permissions -rw-r--r--
Initial commit.


html {
	/* border-radius: 4px; */
	border: 2px solid #333;
	height: 100%;
}

body {
	background-image: url( 'app://img/about/1.jpg' );
	width: 600px;
	height: 432px;
	text-shadow: none;
	color: #000;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
}

div {
	padding: 10px;
	background-color: #fff;
	border-right: 1px solid #333;
	opacity: 0.7;
	max-width: 250px;
	height: 100%;
}