All public logs

From Progressbar95 Wiki

Combined display of all available logs of Progressbar95 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:03, 12 November 2023 MCoded talk contribs created page Module:Flatlist/styles.css (Created page with "* * Style for horizontal lists (separator following item). * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists * @revision 9 (2016-08-10) * @author User:Edokter: .hlist dl, .hlist ol, .hlist ul { margin: 0; padding: 0; } Display list items inline: .hlist dd, .hlist dt, .hlist li { don't trust the note that says margin doesn't work with inline * removing margin: 0 makes dds have margins again: margin: 0; display: inline; } /*...")