MediaWiki:Gadget-Compactar refs.css

Origem: Wikipédia, a enciclopédia livre.

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Copiado de [[en:Special:PermaLink/564140041#Reference list]] */
/* Reference list in a box with a scrollbar */
@media screen {
	div.reflist {
		overflow-x: hidden;
		overflow-y: auto;
		padding-right: 0.5em;
		max-height: 320px;
	}
}
@media print {
        div.reflist {
                overflow: visible;
                max-height: none;
        }
}