Minecraft Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
.edit-rollback {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/6c/Edit_pencil.png/revision/latest) no-repeat;
	cursor: pointer;
}
#rollback-summary {
	display: flex;
	align-items: center;
	position: absolute;
	left: 1em;
	right: 1em;
	padding: 0.8em;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	z-index: 99;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#rollback-summary > *:first-child {
	flex: auto;
	margin-right: 1em;
}
#rollback-summary > .rollback-submit-button {
	flex: none;
}
Advertisement