Edgewall Software

Changes between Version 6 and Version 7 of CookBook/SiteStyleCss


Ignore:
Timestamp:
May 25, 2012, 5:58:08 PM (12 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/SiteStyleCss

    v6 v7  
    4242}
    4343}}}
     44
     45== Larger Fonts ==
     46To make most of the smaller fonts larger (tested only on version 0.12):
     47{{{
     48#!css
     49#search input           { font-size: 13px; }
     50.nav ul                 { font-size: 12px; }
     51.threading              { font-size: 90%; }
     52.trac-nav, .trac-topnav { font-size: 90%; }
     53.inlinebuttons input    { font-size: 95%; }
     54#ticket table.properties td,#ticket table.properties th { font-size: 100%; }
     55}}}