Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl mentre si fa clic su Refresh, oppure premere Ctrl-F5
  • Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
/**  * Explicitly set width of TW menu so that we can use a hidden peer gadget  * to add space where the TW menu would go before it loads.  */ .skin-vector .vector-menu-dropdown #p-twinkle { 	width: 3.24em; }  /* The additional box on user skin.js and twinklepreferences.js pages */ #twinkle-config-headerbox { 	border: 1px #f60 solid; 	background: #fed; 	padding: 0.6em; 	margin: 0.5em auto; 	text-align: center; }  /* twinkleoptions.js */ #twinkle-config-headerbox.config-twopt-box { 	font-weight: bold; 	width: 80%; 	border-width: 2px; }  /* skin-specific js */ #twinkle-config-headerbox.config-userskin-box { 	width: 60%; }