Sarna News: Bad 'Mechs - Icestorm

Help:Citation Style 1/accessdate

< Help:Citation Style 1
Revision as of 21:16, 6 April 2024 by Deadfire (talk | contribs) (Created page with "{{how to}} Some editors find accessdates distracting. To hide the accessdate, edit Special:MyPage/common.css: <syntaxhighlight lang="css"> span.reference-accessdate { di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Some editors find accessdates distracting. To hide the accessdate, edit Special:MyPage/common.css:

span.reference-accessdate {
display: none;
}


To show a smaller access date:

span.reference-accessdate {
font-size:80%
}