All public logs
Jump to navigation
Jump to search
Combined display of all available logs of PM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:15, 27 October 2022 Aaron talk contribs created page CSS Code Standards (Created page with "== Naming Conventions == === Classes === CSS classes should all be lowercase: <pre> .bold { font-weight: bold; } </pre> If a CSS class name contains multiple words, separate each word by a hyphen: <pre> .black-background { background-color: #000000; } </pre>")