MercurialWikiTheme

Changeset

13:f55785831530
2010-05-27 Paul Boddie raw files shortlog changelog graph Adjusted the teletype font size again.
themes/mercurialwiki/css/common.css (file)
     1.1 --- a/themes/mercurialwiki/css/common.css	Thu May 27 01:10:42 2010 +0200
     1.2 +++ b/themes/mercurialwiki/css/common.css	Thu May 27 01:20:42 2010 +0200
     1.3 @@ -101,7 +101,7 @@
     1.4  /* Monospace inline text frequently looks smaller than the surrounding text. */
     1.5  
     1.6  tt {
     1.7 -    font-size: larger;
     1.8 +    font-size: 120%;
     1.9  }
    1.10  
    1.11  /* .comment css definition must be top of .red/.green/.blue or it won't work */