Difference between revisions of "User:WindPower/Main Page/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
m (Created page with "#mp-container { width: 90%; margin: 10px auto; } .mp-box { width: 40%; float: left; margin: 10px 5% 10px 5%; background: #eeeeee; border: 2px solid #dddddd; padding: 8px...")
 
m (Replaced content with "#bodyContent { display: none; }")
 
Line 1: Line 1:
#mp-container {
+
#bodyContent { display: none; }
width: 90%;
 
margin: 10px auto;
 
}
 
 
 
.mp-box {
 
width: 40%;
 
float: left;
 
margin: 10px 5% 10px 5%;
 
background: #eeeeee;
 
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%;
 
}
 
}
 

Latest revision as of 08:45, 12 February 2013

#bodyContent { display: none; }