หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
/* hides bar only last group instead */
.wikiEditor-ui-toolbar .group-insert {
	border-right: solid 1px #DDD;
}
.wikiEditor-ui-toolbar .group:last-child {
	border-right: none;
}

/* new tabs */
#p-extra {
	background: url("//upload.wikimedia.org/wikipedia/commons/6/6f/Lightbulb.png") 8px 60% no-repeat;
	padding-left: 20px;
}
#p-tag {
	background: url("//upload.wikimedia.org/wikipedia/commons/d/dd/Tag_red.png") 8px 60% no-repeat;
	padding-left: 20px;
}
#p-cactions {
	background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png") 8px 60% no-repeat;
	padding-left: 20px;
}

/* new content section */
.red-link {
	list-style: none; font-size: x-small;
}
.red-link li {
	display: inline;
}
.red-link li:after {
	content: " · ";
}
.red-link li:last-child:after {
	content: "";
}

/* project level */
#project-type label {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 3px;
	padding: 4px;
	font-size: x-small;
	white-space: nowrap;
	cursor: pointer;
	line-height: 2.1em;
}
#project-type label.label-selected {
	background: none repeat scroll 0 0 #2BAFD5;
	color: #FFFFFF;
}
#project-level select {
	width: 11em;
}