Am Mittwoch, 1. April 2015 21:11:15 UTC+2 schrieb RjOllos:

> Trac doesn't style the comment as bold and green - there must be some 
> custom site styling or a plugin doing that. I suggest opening Chrome 
> Inspector or a similar tool and trying to determine the file that is adding 
> the styling. Also, checkout the TracInterfaceCustomization link I provided 
> previously. There is discussed how you can add site-specific styling. You 
> may need to add styling to the div.message element that is inserted by 
> CommitTicketReference macro. However, I'd first investigate whether you can 
> just remove some styling rules, or make them more precise.
>

Ok, so I need to find out what plugin or schema does set this format.
I tried  Web Developer - Style Editor on Firefox. There I see trac.css, 
code.css, ticket.css and others such as jq*.css and others.
code.css only defines div.code, the only definition of div.message I find 
in trac.css:

#content.error div.message pre, div.system-message pre {
  margin-left: 1em;
  overflow: hidden;
  white-space: normal;
}



That does not look like changing font styles, no?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to