User:MogDog66/MPR/Page.css

From Team Fortress Wiki
< User:MogDog66‎ | MPR
Revision as of 07:50, 14 April 2012 by MogDog66 (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#mp-container {
	width: 100%;
	margin: 10px auto;
}

.mp-box {
	width: 50%;
	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%;
	}
}