Turns out you have to put the pre.wiki {} AFTER the ?>

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Daevid Vincent
Sent: Friday, June 06, 2008 2:48 PM
To: [email protected]
Subject: [Trac] Re: how to prevent {{{ }}} areas from using scrollbars


This didn't make any difference at all. I tried both visible and hidden. 
Do I have to restart something?
Do I have to modify my .ini file?

root@:/var/local/trac/trac.mycompany.com/templates# cat site_css.cs    
<?cs
##################################################################
# Site CSS - Place custom CSS, including overriding styles here.

pre.wiki {
  overflow: hidden;
}

?>

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Alec Thomas
Sent: Thursday, June 05, 2008 11:20 PM
To: [email protected]
Subject: [Trac] Re: how to prevent {{{ }}} areas from using scrollbars


Add a custom stylesheet with:

pre.wiki {
  overflow: visible;
}

or "overflow: hidden" to clip

On 06/06/2008, Daevid Vincent <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Is there a switch/config/.css or something that we can use to prevent the
> annoying scrollbars from happening on {{{ }}} blocks.
>
>
>
> This happens in tickets and wiki pages and I'm sure others. And honestly,
I
> don't remember them being so prevalent in IE6, but in IE7, they seem to be
> more so. They're not so bad in FF either.
>  >
>


-- 
Evolution: Taking care of those too stupid to take care of themselves.







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to