नोट: प्रकाशित करे के बाद, बदलाव देखे खातिर आपके अपने ब्राउजर के कैशे खाली करे के पड़ सकत बा।

  • फायरफॉक्स / सफारी:शिफ्ट दबा के रीलोड पर क्लिक करीं, या फिर Ctrl-F5 या Ctrl-R दबाईं (मैक पर ⌘-R)
  • गूगल क्रोम: Ctrl-Shift-R दबाईं (मैक पर ⌘-Shift-R)
  • इंटरनेट एक्स्प्लोरर/एज़: Ctrl दबा के Refresh पर क्लिक करीं, या Ctrl-F5 दबईं
  • ओपेरा: Menu → Settings में जाईं (मैक में Opera → Preferences) आ एकरे बाद Privacy & security → Clear browsing data → Cached images and files क्लिक करीं।
/* CSS placed here will affect users of the Timeless skin */
/* Don't display some stuff on the main page */
.page-मय_पन #deleteconfirm,
.page-मय_पन #t-cite,
.page-मय_पन #footer-info-lastmod,
.action-view.page-मय_पन #siteSub,
.action-view.page-मय_पन #contentSub,
.action-view.page-मय_पन .firstHeading {
	display: none !important;
}

/* Position coordinates */
#coordinates {
	position: absolute;
	top: 6.5em;
	right: 3em;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}
/* correct position for VE */
.ve-ce-surface #coordinates {
	margin-top: -13em;
}
/* mobile: hide coordinates until we find a better spot */
@media screen and ( max-width: 719px ) {
	#coordinates {
		display: none;
	}
}
/* T161423 */
.infobox {
	border-collapse: separate;
}

/* T173151 */
.mw-changeslist-legend dt {
	margin: 0 0.5em 0 0 !important;
}