הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
/* <pre style="direction:ltr; text-align:left;"> */





/* 
 * Firwfox fixes
 */
/* no border-collapse */
table,thead,tbody,tfoot,th,tr,td
{
	border-collapse:separate !important;
}

/* because */
.references-small,.references
{
	-moz-column-count:1 !important;
	column-count:1 !important;
}





/* unbolding edit tab */
#ca-edit
{
	font-weight:normal;
}


/* autonumbered external links as "sup" */
a.autonumber
{
	vertical-align:super;
	font-size:smaller;
}


/* no bytes changed between versions */
.mw-plusminus-pos, .mw-plusminus-neg, .mw-plusminus-null
{
	display:none;
}





/*
 * Rounded Corners
 * From [[משתמש:יובלי א/פינות מעוגלות]]
 */

/* Main content frame */
#content {
	-moz-border-radius-topleft:0.4em;
	-moz-border-radius-topright:0.4em;
	-moz-border-radius-bottomright:0.4em;
}

/* Upper tabs */
#p-cactions ul li, #p-cactions ul li a {  
	-moz-border-radius-topleft: 0.7em;
	-moz-border-radius-topright: 0.7em;
}

/* Side-Bar */
div.pBody {
	-moz-border-radius-topleft: 7px;
}

/* Footer */
#footer {
	-moz-border-radius:0.3em;
}

/* Thumbnails */
div.thumbinner {
	-moz-border-radius:0.6em;
}

/* Table of Contents */
#toc {
	-moz-border-radius:8px;
}

/* "Categories" box */
#catlinks {
	-moz-border-radius:8px;
}

/* Left boxes on main page */
table[align="left"][cellspacing="6"] td {
	-moz-border-radius:9px;
}

/* ADDING MINE */
/* talk page archive list */
div.infobox {
	-moz-border-radius:8px;
}



/* </pre> */