Wikipedia:WikiProject Usability/Readability guidelines: Difference between revisions

Content deleted Content added
m change source to syntaxhighlight
Line 35:
=== How to adjust font size for yourself ===
For example, to set the font size of references back to 100% (instead of 90%), add the following code to [[Special:Mypage/skin.css|your CSS page]].
<sourcesyntaxhighlight lang="css">
div.references
{
font-size: 100% !important;
}
</syntaxhighlight>
</source>
 
=== Resources on readability ===