# HG changeset patch # User Paul Boddie # Date 1274916042 -7200 # Node ID f557858315305cb04cd87dfa30090d61d7f291ee # Parent 7e7e2fa686d546a0f74384f72bc120b6a5685681 Adjusted the teletype font size again. diff -r 7e7e2fa686d5 -r f55785831530 themes/mercurialwiki/css/common.css --- a/themes/mercurialwiki/css/common.css Thu May 27 01:10:42 2010 +0200 +++ b/themes/mercurialwiki/css/common.css Thu May 27 01:20:42 2010 +0200 @@ -101,7 +101,7 @@ /* Monospace inline text frequently looks smaller than the surrounding text. */ tt { - font-size: larger; + font-size: 120%; } /* .comment css definition must be top of .red/.green/.blue or it won't work */