Jump to content

MediaWiki:Common.css: Difference between revisions

Correct display of category icons
Adjustments for screens with low width
Line 77: Line 77:
td.navbox-list li { display: inline; padding-left: 4px; white-space: nowrap; }
td.navbox-list li { display: inline; padding-left: 4px; white-space: nowrap; }
td.navbox-list li:before { content: "•"; padding-right: 4px; }
td.navbox-list li:before { content: "•"; padding-right: 4px; }
/* Adjustments for screens with low width */
@media only screen and (max-width: 970px)
{
  #pp-symbols { display: none; }
}