On Fri, Mar 1, 2013 at 7:51 AM, Ryan Ollos <[email protected]> wrote:

> On Fri, Mar 1, 2013 at 7:43 AM, Olemis Lang <[email protected]> wrote:
>
>> On 2/28/13, Apache Bloodhound <[email protected]>
>> wrote:
>> > #420: Improved styling for `inline code`
>> > --------------------------+--------------------
>> >   Reporter:  rjollos      |      Owner:  nobody
>> >       Type:  enhancement  |     Status:  new
>> >   Priority:  minor        |  Milestone:
>> >  Component:  ui design    |    Version:
>> > Resolution:               |   Keywords:
>> > --------------------------+--------------------
>> >
>> > Comment (by rjollos):
>> >
>> []...
>> >
>> >  [attachment:replace_tt_tags_with_code_tags.patch] seems to accomplish
>> the
>> >  change in Trac (does not include changes to unit tests, which would be
>> >  required for a proper patch).
>> >
>>
>> yes, please . if doing so that is especially important now that we
>> finally stabilized MP test suite .
>>
>> However , I guess we better change tt css rules because , even if we
>> replace instances of tag.tt in Trac core , it will be a huge challenge
>> to get the same thing done for plugins , Genshi streams , Markup , etc
>> ...
>>
>> what d'u think ?
>>
>
> That is a really good point. So we need to have the Bootstrap CSS that
> applies to code tags apply to the tt tags as well to cover the case of
> plugins? Is there a cleaner way to accomplish that in CSS than my cut and
> paste of the CSS for the code tags into Bloodhound.css? I was wondering if
> there was a, perhaps one-line, way in CSS to say "apply all of the styles
> for code tags to tt tags".
>

Discussing we Gary has led me to think the best solution might be to just
add a bit of code in theme.filter_stream that replaces `tt` tags with
`code` tags. Does that sound good?

Reply via email to