Changes between Version 3 and Version 4 of gotoh

Show
Ignore:
Author:
gotoh (IP: 218.219.208.152)
Timestamp:
07/13/05 07:54:56 (2 years ago)
Comment:

Added layout customization example via userContents.css

Legend:

Unmodified
Added
Removed
Modified
  • gotoh

    v3 v4  
    5656}}} 
    5757 
     58=== Customize for Public Site === 
     59You may think that you want to adapt layout customization above against public sites like edgewall.com and trac-hack site. 
     60For the case, if you are using firefox or mozilla, add following lines to {{{${profile}/chrome/userContent.css}}}. 
     61{{{ 
     62/* Limit width Trac's timeline preference */ 
     63div#content.timeline form#prefs div { 
     64  width: 150px; 
     65} 
     66 
     67/* enlarge search text box */ 
     68#proj-search { 
     69  width: 200px !important; 
     70} 
     71 
     72/* smart spacing of main navigation buttons (wiki, timeline, etc.) */ 
     73#mainnav :link, #mainnav :visited { 
     74  padding-left: 8px !important; 
     75  padding-right: 8px !important; 
     76} 
     77}}} 
     78 
    5879=== Links to Report in Site Header === 
    5980Some page customization are allowed by Trac via files: