Changes between Version 3 and Version 4 of gotoh


Ignore:
Timestamp:
Jul 13, 2005, 12:54:56 PM (19 years ago)
Author:
Shun-ichi Goto
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: