Difference between revisions of "User:MogDog66/MPR/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
(Its a long shot)
Line 1: Line 1:
 
#mp-container {
 
#mp-container {
width: 100%;
+
width: 90%;
 
margin: 10px auto;
 
margin: 10px auto;
 
}
 
}

Revision as of 08:08, 14 April 2012

#mp-container {
	width: 90%;
	margin: 10px auto;
}

.mp-box {
	width: 40%;
	float: left;
	margin: 10px 5% 10px 5%;
	background: #f4f3f3;
	/* border: 2px solid #dddddd; */
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
	.mp-box {
		width: 100%;
	}
}

.content-container { background:url('http://dyne.biringa.com/Wiki_Images/container%20gradient.png') bottom repeat-x; }